From 11c41664a6f30f6f3a79be67adef4b5957b90e3d Mon Sep 17 00:00:00 2001 From: zhaoyongqiang Date: Thu, 22 Feb 2024 11:13:36 +0800 Subject: [PATCH] update rtc sdk pod version to 4.3.0 --- iOS/APIExample-Audio/Podfile | 4 ++-- iOS/APIExample-OC/Podfile | 12 ++++++------ iOS/APIExample/Podfile | 12 ++++++------ macOS/Podfile | 8 ++++---- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/iOS/APIExample-Audio/Podfile b/iOS/APIExample-Audio/Podfile index 9ad892601..0dc8aaefd 100644 --- a/iOS/APIExample-Audio/Podfile +++ b/iOS/APIExample-Audio/Podfile @@ -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 diff --git a/iOS/APIExample-OC/Podfile b/iOS/APIExample-OC/Podfile index c7120307e..a5ba13adf 100644 --- a/iOS/APIExample-OC/Podfile +++ b/iOS/APIExample-OC/Podfile @@ -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 diff --git a/iOS/APIExample/Podfile b/iOS/APIExample/Podfile index 291d247f7..67c3f92ff 100644 --- a/iOS/APIExample/Podfile +++ b/iOS/APIExample/Podfile @@ -9,9 +9,9 @@ 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' @@ -19,12 +19,12 @@ 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 diff --git a/macOS/Podfile b/macOS/Podfile index ce429cb69..854a851a7 100644 --- a/macOS/Podfile +++ b/macOS/Podfile @@ -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