Skip to content

Commit

Permalink
docs: update replace ijkplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed Jun 17, 2020
1 parent f54aaee commit 81dc60d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_docs/zh/3.1-replace-ijkplayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ dependencies:
把文件 IJKPlayer.framework 复制到 ${fijkplayer}/ios/Frameworks 目录中。
修改文件 ${fijkplayer}/ios/fijkplayer.podsped 文件内容。
```diff
+ # 去掉这三行原先的注释
+ # 去掉这三行原先的注释
+ s.preserve_paths = 'Frameworks/*.framework'
+ s.vendored_frameworks = 'Frameworks/FIJKPlayer.framework'
+ s.vendored_frameworks = 'Frameworks/IJKPlayer.framework'
+ s.xcconfig = { 'LD_RUNPATH_SEARCH_PATHS' => '"$(PODS_ROOT)/Frameworks/"' }
- # s.dependency 'FIJKPlayer', '~> 0.3.8' // 注释掉这一行

- # s.dependency 'BIJKPlayer', '~> 0.3.8' // 注释掉这一行
```


Expand Down

0 comments on commit 81dc60d

Please sign in to comment.