Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhui committed Oct 29, 2024
1 parent 878fe08 commit 2542681
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/ci/build/build_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ mkdir ./$unzip_name/samples
cp -rf ./iOS/${ios_direction} ./$unzip_name/samples/API-Example || exit 1
ls -al ./$unzip_name/samples/API-Example/
mv ./$unzip_name/samples/API-Example/sdk.podspec ./$unzip_name/ || exit 1

echo "work space1: $WORKSPACE"
python3 ./.github/ci/build/modify_podfile.py ./$unzip_name/samples/API-Example/Podfile || exit 1


Expand Down
6 changes: 3 additions & 3 deletions iOS/APIExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ target 'APIExample' do
pod 'SwiftLint', '~> 0.53.0'
pod 'SnapKit', '~> 5.7.0'

# pod 'senseLib', :path => 'sense.podspec'
# pod 'bytedEffect', :path => 'bytedEffect.podspec'
# pod 'fuLib', :path => 'fu.podspec'
#pod 'SenseLib', :path => 'sense.podspec'
#pod 'bytedEffect', :path => 'bytedEffect.podspec'
#pod 'fuLib', :path => 'fu.podspec'
end

target 'Agora-ScreenShare-Extension' do
Expand Down
3 changes: 3 additions & 0 deletions iOS/APIExample/cloud_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ rm -f vender_bytedance_iOS.zip
#打开第三方播放器配置
sed -i -e "s#\# pod 'ijkplayer'# pod 'ijkplayer'#g" Podfile

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

pod install || exit 1

# 打包环境
Expand Down

0 comments on commit 2542681

Please sign in to comment.