Skip to content

Commit af5eec2

Browse files
author
zhaoyongqiang
committed
修改脚本
1 parent 5829092 commit af5eec2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/ci/build/ios_modify_podfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ def modify_podfile(path: str):
44
with open(path, 'r', encoding='utf-8') as f:
55
content = f.read()
66
content = content.replace("pod 'sdk', :path => 'sdk.podspec'", "pod 'sdk', :path => '../../sdk.podspec'")
7+
content = content.replace("pod 'Agora", "#pod 'Agora")
8+
79
f.close()
810
with open(path, 'w', encoding='utf-8') as fw:
911
fw.write(content)

0 commit comments

Comments
 (0)