Skip to content

Commit fe02251

Browse files
author
Arlin
committed
[iOS] : Change Podfile to v3.7.0
1 parent b09c7cf commit fe02251

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

iOS/APIExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@
16981698
"$(PROJECT_DIR)/APIExample",
16991699
);
17001700
INFOPLIST_FILE = APIExample/Info.plist;
1701-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1701+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
17021702
LD_RUNPATH_SEARCH_PATHS = (
17031703
"$(inherited)",
17041704
"@executable_path/Frameworks",
@@ -1730,7 +1730,7 @@
17301730
"$(PROJECT_DIR)/APIExample",
17311731
);
17321732
INFOPLIST_FILE = APIExample/Info.plist;
1733-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1733+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
17341734
LD_RUNPATH_SEARCH_PATHS = (
17351735
"$(inherited)",
17361736
"@executable_path/Frameworks",

iOS/APIExample/zh-Hans.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"Pick Role" = "选择角色";
112112
"Create Data Stream" = "创建数据流";
113113
"Raw Audio Data" = "音频裸数据";
114-
"Raw Video Data" = "视频裸数据"
114+
"Raw Video Data" = "视频裸数据";
115115
"Group Video Chat" = "多人音视频通话";
116116
"Set Voice Conversion" = "设置共振峰调节变声";
117117
"Neutral" = "中性";

iOS/Podfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '11.0'
2+
platform :ios, '12.0'
33

44
target 'APIExample' do
5-
65
use_frameworks!
6+
77
pod 'Floaty', '~> 4.2.0'
88
pod 'AGEVideoLayout', '~> 1.0.4'
9-
pod 'AgoraRtcEngine_iOS', '3.6.0.1'
9+
pod 'AgoraRtcEngine_iOS', '3.7.0'
1010
pod 'AgoraMediaPlayer_iOS', '1.2.2'
1111
end
1212

1313
target 'Agora-ScreenShare-Extension' do
14-
1514
use_frameworks!
16-
pod 'AgoraRtcEngine_iOS', '3.6.0.1'
15+
16+
pod 'AgoraRtcEngine_iOS', '3.7.0'
1717
end

0 commit comments

Comments
 (0)