Skip to content

Commit baf9f35

Browse files
author
HeZhengQing
committed
[FEAT] ios sdk version 4.6.0
1 parent 2e102b6 commit baf9f35

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

iOS/APIExample-Audio/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
1212
end
1313

1414
pre_install do |installer|

iOS/APIExample-OC/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# platform :ios, '9.0'
33

44
def 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'
77
end
88

99
target 'APIExample-OC' do

iOS/APIExample-SwiftUI/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# platform :ios, '9.0'
33

44
def 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'
77
end
88

99
target 'APIExample-SwiftUI' do

iOS/APIExample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
55

66
def 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'
99
end
1010

1111
target 'APIExample' do

macOS/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
def 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'
77
end
88

99
target 'APIExample' do

0 commit comments

Comments
 (0)