File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ target 'APIExample-Audio' do
77
88 pod 'Floaty' , '~> 4.2.0'
99 pod 'AGEVideoLayout' , '~> 1.0.2'
10- # pod 'AgoraAudio_iOS', '4.5.2 '
11- pod 'sdk' , :path => 'sdk.podspec'
10+ pod 'AgoraAudio_iOS' , '4.6.0 '
11+ # pod 'sdk', :path => 'sdk.podspec'
1212end
1313
1414pre_install do |installer |
Original file line number Diff line number Diff line change 22# platform :ios, '9.0'
33
44def common_pods
5- # pod 'AgoraRtcEngine_iOS', '4.5.2 '
6- pod 'sdk' , :path => 'sdk.podspec'
5+ pod 'AgoraRtcEngine_iOS' , '4.6.0 '
6+ # pod 'sdk', :path => 'sdk.podspec'
77end
88
99target 'APIExample-OC' do
Original file line number Diff line number Diff line change 22# platform :ios, '9.0'
33
44def common_pods
5- # pod 'AgoraRtcEngine_iOS', '4.5.2 '
6- pod 'sdk' , :path => 'sdk.podspec'
5+ pod 'AgoraRtcEngine_iOS' , '4.6.0 '
6+ # pod 'sdk', :path => 'sdk.podspec'
77end
88
99target 'APIExample-SwiftUI' do
Original file line number Diff line number Diff line change 44#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
55
66def common_pods
7- # pod 'AgoraRtcEngine_iOS', '4.5.2 '
8- pod 'sdk' , :path => 'sdk.podspec'
7+ pod 'AgoraRtcEngine_iOS' , '4.6.0 '
8+ # pod 'sdk', :path => 'sdk.podspec'
99end
1010
1111target 'APIExample' do
Original file line number Diff line number Diff line change 22
33
44def common_pods
5- # pod 'AgoraRtcEngine_macOS', '4.5.2 '
6- pod 'sdk' , :path => 'sdk.podspec'
5+ pod 'AgoraRtcEngine_macOS' , '4.6.0 '
6+ # pod 'sdk', :path => 'sdk.podspec'
77end
88
99target 'APIExample' do
You can’t perform that action at this time.
0 commit comments