2 Star 7 Fork 10

agoraio-community/API-Examples

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
cloud_project.sh 897 Bytes
Copy Edit Raw Blame History
qinhui authored 2025-04-24 19:56 +08:00 . Fix issues
#!/usr/bin/env sh
PROJECT_PATH=$PWD
if [ "$WORKSPACE" = "" ]; then
WORKSPACE=$PWD
fi
if [ "$BUILD_NUMBER" = "" ]; then
BUILD_NUMBER=888
fi
#下载美颜资源
echo "start download bytedance resource : $bytedance_lib"
curl -L -O "$bytedance_lib"
unzip -o vender_bytedance_iOS.zip
rm -f vender_bytedance_iOS.zip
echo "start download sense resource : $sense_lib"
curl -L -O "$sense_lib"
unzip -o vender_sense_iOS.zip
rm -f vender_sense_iOS.zip
echo "start download fu resource : $fu_lib"
curl -L -O "$fu_lib"
unzip -o vender_fu_iOS.zip
rm -f vender_fu_iOS.zip
#打开第三方播放器配置
perl -i -pe "s#\# pod 'ijkplayer'# pod 'ijkplayer'#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
pod install --repo-update || exit 1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/agoraio-community/API-Examples.git
git@gitee.com:agoraio-community/API-Examples.git
agoraio-community
API-Examples
API-Examples
main

Search