Skip to content

Commit a3ac20d

Browse files
author
xianing
committed
fix podfile
1 parent 68a90dc commit a3ac20d

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

iOS/Podfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ target 'APIExample' do
66
pod 'Floaty', '~> 4.2.0'
77
pod 'AGEVideoLayout', '~> 1.0.2'
88
pod 'CocoaAsyncSocket', '7.6.5'
9-
# pod 'AgoraNGSDK', :path => 'sdk'
10-
pod 'AgoraRtcEngine_iOS_Preview', '4.0.0'
9+
pod 'AgoraFFmpegPlayer_iOS_Preview', '4.0.0'
1110
end
1211

1312
target 'Agora-ScreenShare-Extension' do
14-
# pod 'AgoraNGSDK', :path => 'sdk'
15-
pod 'AgoraFFmpegPlayer_iOS_Preview', '4.0.0'
13+
pod 'AgoraFFmpegPlayer_iOS_Preview', '4.0.0'
1614
use_frameworks!
1715
end
1816

@@ -21,8 +19,7 @@ target 'Agora-ScreenShare-Extension(Socket)' do
2119
end
2220

2321
target 'SimpleFilter' do
24-
# pod 'AgoraNGSDK', :path => 'sdk'
25-
pod 'AgoraFFmpegPlayer_iOS_Preview', '4.0.0'
22+
pod 'AgoraFFmpegPlayer_iOS_Preview', '4.0.0'
2623
pod 'OpenCV', '~> 4.3.0'
2724
use_frameworks!
2825

0 commit comments

Comments
 (0)