We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3d9a1 commit 3831607Copy full SHA for 3831607
iOS/APIExample/cloud_project.sh
@@ -29,9 +29,9 @@ rm -f vender_fu_iOS.zip
29
perl -i -pe "s#\# pod 'ijkplayer'# pod 'ijkplayer'#g" Podfile
30
31
#打开第三方美颜
32
-perl -i -pe "s#\# pod 'SenseLib'# pod 'SenseLib'#g" Podfile
33
-perl -i -pe "s#\# pod 'bytedEffect'# pod 'bytedEffect'#g" Podfile
34
-perl -i -pe "s#\# pod 'fuLib'# pod 'fuLib'#g" Podfile
+perl -i -pe "s#\#pod 'SenseLib'#pod 'SenseLib'#g" Podfile
+perl -i -pe "s#\#pod 'bytedEffect'#pod 'bytedEffect'#g" Podfile
+perl -i -pe "s#\#pod 'fuLib'#pod 'fuLib'#g" Podfile
35
36
pod install --repo-update || exit 1
37
0 commit comments