Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
changsanjiang committed Oct 30, 2019
1 parent d97d149 commit e9d5dd1
Show file tree
Hide file tree
Showing 12 changed files with 81 additions and 39 deletions.
Binary file modified Example/.DS_Store
Binary file not shown.
7 changes: 6 additions & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ post_install do |installer|
if config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'].to_f < 9.0
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
end

if config.name != 'Release'
if target.name == 'SJBaseVideoPlayer'
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] = '$(inherited) SJDEBUG'
end
end
end
end

Expand All @@ -34,7 +40,6 @@ target 'SJVideoPlayer_Example' do
pod 'SJVideoPlayer', :path => '../../SJVideoPlayer'

#pod 'ijkplayer'
#pod 'ijkplayerssl'

# 全屏手势
pod 'SJFullscreenPopGesture/ObjC'
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,6 @@ SPEC CHECKSUMS:
SJUIKit: 5171ea88d7c2715c7a58f0fee2fb61cfb146d29b
SJVideoPlayer: 3c7953a8d0b8f191f5c426d05f70ac84fbdbd045

PODFILE CHECKSUM: 8852f83ee936e6575e83a3293972883192c2e750
PODFILE CHECKSUM: 3f60eca46bcc29e97e1554f236541ff095afbde1

COCOAPODS: 1.7.5
2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
disableMainThreadChecker = "YES"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $ pod update --no-repo-update (不要用 pod install 了, 用这个命令安
- 改成以下方式重新安装
```ruby
pod 'SJBaseVideoPlayer/IJKPlayer'
pod 'ijkplayerssl', :git => 'https://gitee.com/changsanjiang/ijkplayer.git'
pod 'SJVideoPlayer'
```

Expand Down

0 comments on commit e9d5dd1

Please sign in to comment.