Skip to content

Commit 24fde98

Browse files
author
zhaoyongqiang
committed
update podfile source to china
1 parent 54ecea1 commit 24fde98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/gitee-sync-shell.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ git add Android/APIExample/settings.gradle Android/APIExample/gradle/wrapper/gra
1414
git commit -m '[Android] gitee sync >> use china repos.'
1515

1616
# change iOS Podfile to china repos
17-
sed -ie '1s/^/source "https:\/\/mirrors.tuna.tsinghua.edu.cn\/git\/CocoaPods\/Specs.git"\n/' iOS/APIExample/Podfile
18-
sed -ie '1s/^/source "https:\/\/mirrors.tuna.tsinghua.edu.cn\/git\/CocoaPods\/Specs.git"\n/' iOS/APIExample-Audio/Podfile
19-
sed -ie '1s/^/source "https:\/\/mirrors.tuna.tsinghua.edu.cn\/git\/CocoaPods\/Specs.git"\n/' iOS/APIExample-OC/Podfile
20-
sed -ie '1s/^/source "https:\/\/mirrors.tuna.tsinghua.edu.cn\/git\/CocoaPods\/Specs.git"\n/' macOS/Podfile
17+
sed -ie '1s/^/source "https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git"\n' iOS/APIExample/Podfile
18+
sed -ie '1s/^/source "https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git"\n' iOS/APIExample-Audio/Podfile
19+
sed -ie '1s/^/source "https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git"\n' iOS/APIExample-OC/Podfile
20+
sed -ie '1s/^/source "https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git"\n' macOS/Podfile
2121
git add iOS/APIExample/Podfile iOS/APIExample-Audio/Podfile iOS/APIExample-OC/Podfile macOS/Podfile
2222
git commit -m '[iOS] gitee sync >> use china repos.'
2323

0 commit comments

Comments
 (0)