File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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",
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",
Original file line number Diff line number Diff line change 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" = "中性";
Original file line number Diff line number Diff line change 11# Uncomment the next line to define a global platform for your project
2- platform :ios , '11 .0'
2+ platform :ios , '12 .0'
33
44target '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'
1111end
1212
1313target 'Agora-ScreenShare-Extension' do
14-
1514 use_frameworks!
16- pod 'AgoraRtcEngine_iOS' , '3.6.0.1'
15+
16+ pod 'AgoraRtcEngine_iOS' , '3.7.0'
1717end
You can’t perform that action at this time.
0 commit comments