Skip to content

Commit 83c913c

Browse files
author
qinhui
committed
Update cloud_build.sh
1 parent e366ebb commit 83c913c

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

iOS/APIExample/cloud_build.sh

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,28 @@ fi
1313
cd ${PROJECT_PATH}
1414

1515
#下载美颜资源
16-
echo "start download fu resource : $sense_lib"
16+
echo "start download bytedance resource : $bytedance_lib"
1717
curl -L -O "https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ci/beauty/ios/vender_bytedance_iOS.zip"
1818
unzip -o vender_bytedance_iOS.zip
1919
rm -f vender_bytedance_iOS.zip
2020

21+
echo "start download sense resource : $sense_lib"
22+
curl -L -O "https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ci/beauty/ios/vender_sense_iOS.zip"
23+
unzip -o vender_sense_iOS.zip
24+
rm -f vender_sense_iOS.zip
25+
26+
echo "start download fu resource : $fu_lib"
27+
curl -L -O "https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ci/beauty/ios/vender_fu_iOS.zip"
28+
unzip -o vender_fu_iOS.zip
29+
rm -f vender_fu_iOS.zip
30+
2131
#打开第三方播放器配置
2232
sed -i -e "s#\# pod 'ijkplayer'# pod 'ijkplayer'#g" Podfile
2333

2434
#打开第三方美颜
2535
sed -i -e "s#\# pod 'SenseLib'# pod 'SenseLib'#g" Podfile
26-
#sed -i -e "s#\# pod 'bytedEffect'# pod 'bytedEffect'#g" Podfile
27-
#sed -i -e "s#\# pod 'fuLib'# pod 'fuLib'#g" Podfile
36+
sed -i -e "s#\# pod 'bytedEffect'# pod 'bytedEffect'#g" Podfile
37+
sed -i -e "s#\# pod 'fuLib'# pod 'fuLib'#g" Podfile
2838

2939
echo "work space: $WORKSPACE"
3040
echo "project path: $PROJECT_PATH"

0 commit comments

Comments
 (0)