Skip to content

Commit 5e07b72

Browse files
author
qinhui
committed
Update podfile
1 parent 39a8934 commit 5e07b72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.3'
8-
pod 'sdk', :path => 'sdk.podspec'
7+
pod 'AgoraRtcEngine_iOS', '4.5.3'
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.3'
6-
pod 'sdk', :path => 'sdk.podspec'
5+
pod 'AgoraRtcEngine_macOS', '4.5.3'
6+
# pod 'sdk', :path => 'sdk.podspec'
77
end
88

99
target 'APIExample' do

0 commit comments

Comments
 (0)