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 4c7b3c0 commit af3d9a1Copy full SHA for af3d9a1
iOS/APIExample/cloud_project.sh
@@ -26,12 +26,12 @@ unzip -o vender_fu_iOS.zip
26
rm -f vender_fu_iOS.zip
27
28
#打开第三方播放器配置
29
-sed -i -e "s#\# pod 'ijkplayer'# pod 'ijkplayer'#g" Podfile
+perl -i -pe "s#\# pod 'ijkplayer'# pod 'ijkplayer'#g" Podfile
30
31
#打开第三方美颜
32
-sed -i -e "s#\# pod 'SenseLib'# pod 'SenseLib'#g" Podfile
33
-sed -i -e "s#\# pod 'bytedEffect'# pod 'bytedEffect'#g" Podfile
34
-sed -i -e "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