Skip to content

Commit

Permalink
update rtc sdk pod version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongqiang committed Feb 22, 2024
1 parent 7394ac2 commit 11c4166
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions iOS/APIExample-Audio/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'APIExample-Audio' do

pod 'Floaty', '~> 4.2.0'
pod 'AGEVideoLayout', '~> 1.0.2'
pod 'AgoraAudio_iOS', '4.2.6'
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraAudio_iOS', '4.3.0'
# pod 'sdk', :path => 'sdk.podspec'
end

12 changes: 6 additions & 6 deletions iOS/APIExample-OC/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ target 'APIExample-OC' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'AgoraRtcEngine_iOS', '4.2.6'
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.3.0'
# pod 'sdk', :path => 'sdk.podspec'


end

target 'Agora-ScreenShare-Extension-OC' do
use_frameworks!
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.2.6'
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.3.0'
end

target 'SimpleFilter' do
use_frameworks!
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.2.6'
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.3.0'
end
12 changes: 6 additions & 6 deletions iOS/APIExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ target 'APIExample' do
pod 'AGEVideoLayout', '~> 1.0.2'
pod 'CocoaAsyncSocket', '7.6.5'
pod 'ijkplayer', '~> 1.1.3'
pod 'AgoraRtcEngine_iOS', '4.2.6'
pod 'SwiftLint', '~> 0.53.0'
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.3.0'
# pod 'sdk', :path => 'sdk.podspec'
# pod 'senseLib', :path => 'sense.podspec'
# pod 'bytedEffect', :path => 'bytedEffect.podspec'
# pod 'fuLib', :path => 'fu.podspec'
end

target 'Agora-ScreenShare-Extension' do
use_frameworks!
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.2.6'
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.3.0'
end

target 'SimpleFilter' do
use_frameworks!
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.2.6'
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_iOS', '4.3.0'
end
8 changes: 4 additions & 4 deletions macOS/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ target 'APIExample' do
use_frameworks!

pod 'AGEVideoLayout', '1.0.2'
pod 'AgoraRtcEngine_macOS', '4.2.6'
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_macOS', '4.3.0'
# pod 'sdk', :path => 'sdk.podspec'
end

target 'SimpleFilter' do
use_frameworks!
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_macOS', '4.2.6'
# pod 'sdk', :path => 'sdk.podspec'
pod 'AgoraRtcEngine_macOS', '4.3.0'
end


Expand Down

0 comments on commit 11c4166

Please sign in to comment.