We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac2a73 commit e91a72aCopy full SHA for e91a72a
2 files changed
iOS/Podfile
@@ -6,12 +6,12 @@ target 'APIExample' do
6
use_frameworks!
7
pod 'Floaty', '~> 4.2.0'
8
pod 'AGEVideoLayout', '~> 1.0.2'
9
- # pod 'AgoraRtcEngine_iOS', '3.4.0'
+ pod 'AgoraRtcEngine_iOS', '3.4.0'
10
pod 'AgoraMediaPlayer_iOS', '1.2.2'
11
end
12
13
target 'Agora-ScreenShare-Extension' do
14
15
16
17
macOS/Podfile
@@ -7,7 +7,7 @@ target 'APIExample' do
# Pods for APIExample
- # pod 'AgoraRtcEngine_macOS', '3.4.0'
+ pod 'AgoraRtcEngine_macOS', '3.4.0'
target 'APIExampleTests' do
inherit! :search_paths
0 commit comments