We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df820b commit add0bacCopy full SHA for add0bac
1 file changed
.github/ci/build/build_ios.sh
@@ -69,6 +69,8 @@ rm -rf ./$unzip_name/samples/API-Example/APIExample-Audio
69
mv ./$unzip_name/samples/API-Example/APIExample ./$unzip_name/samples/APIExample
70
rm -rf ./$unzip_name/samples/API-Example
71
mv ./$unzip_name/samples/APIExample/sdk.podspec ./$unzip_name/
72
-python3 ./ios_modify_podfile.py ./$unzip_name/samples/APIExample/Podfile
+# python3 ./ios_modify_podfile.py ./$unzip_name/samples/APIExample/Podfile
73
+sed -i "s|pod 'sdk', :path => 'sdk.podspec'|pod 'sdk', :path => '../../sdk.podspec'|" ./$unzip_name/samples/APIExample/Podfile
74
+sed -i "s|pod 'Agora|#pod 'Agora|" ./$unzip_name/samples/APIExample/Podfile
75
7za a -tzip result.zip -r $unzip_name
76
cp result.zip $WORKSPACE/withAPIExample_$zip_name
0 commit comments