Skip to content

Commit 535007b

Browse files
author
zhaoyongqiang
committed
update agoraSDK 4.1.0 podfile
1 parent 03ce4a4 commit 535007b

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

iOS/APIExample-Audio/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target 'APIExample-Audio' do
77

88
pod 'Floaty', '~> 4.2.0'
99
pod 'AGEVideoLayout', '~> 1.0.2'
10-
# pod 'AgoraAudio_iOS', '4.0.1'
11-
pod 'sdk', :path => 'sdk.podspec'
10+
pod 'AgoraAudio_iOS', '4.1.0'
11+
# pod 'sdk', :path => 'sdk.podspec'
1212
end
1313

iOS/APIExample/Podfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ target 'APIExample' do
88
pod 'Floaty', '~> 4.2.0'
99
pod 'AGEVideoLayout', '~> 1.0.2'
1010
pod 'CocoaAsyncSocket', '7.6.5'
11-
# pod 'AgoraRtcEngine_iOS', '4.0.1'
12-
pod 'sdk', :path => 'sdk.podspec'
11+
pod 'AgoraRtcEngine_iOS', '4.1.0'
12+
# pod 'sdk', :path => 'sdk.podspec'
1313
# pod 'senseLib', :path => 'sense.podspec'
1414
# pod 'bytedEffect', :path => 'bytedEffect.podspec'
1515
# pod 'fuLib', :path => 'fu.podspec'
1616
end
1717

1818
target 'Agora-ScreenShare-Extension' do
1919
use_frameworks!
20-
pod 'sdk', :path => 'sdk.podspec'
21-
# pod 'AgoraRtcEngine_iOS', '4.0.1'
20+
# pod 'sdk', :path => 'sdk.podspec'
21+
pod 'AgoraRtcEngine_iOS', '4.1.0'
2222
end
2323

2424
target 'SimpleFilter' do
2525
use_frameworks!
26-
pod 'sdk', :path => 'sdk.podspec'
27-
# pod 'AgoraRtcEngine_iOS', '4.0.1'
26+
# pod 'sdk', :path => 'sdk.podspec'
27+
pod 'AgoraRtcEngine_iOS', '4.1.0'
2828
end

macOS/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ target 'APIExample' do
44
use_frameworks!
55

66
pod 'AGEVideoLayout', '1.0.2'
7-
# pod 'AgoraRtcEngine_macOS', '4.0.1'
8-
pod 'sdk', :path => 'sdk.podspec'
7+
pod 'AgoraRtcEngine_macOS', '4.1.0'
8+
# pod 'sdk', :path => 'sdk.podspec'
99
end
1010

1111
target 'SimpleFilter' do
1212
use_frameworks!
13-
pod 'sdk', :path => 'sdk.podspec'
14-
# pod 'AgoraRtcEngine_macOS', '4.0.1'
13+
# pod 'sdk', :path => 'sdk.podspec'
14+
pod 'AgoraRtcEngine_macOS', '4.1.0'
1515
end

0 commit comments

Comments
 (0)