Skip to content

Commit

Permalink
Add a script log
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhui committed Oct 28, 2024
1 parent 582ecdf commit 173d354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iOS/APIExample/cloud_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ PBXPROJ_PATH=${TARGET_NAME}.xcodeproj/project.pbxproj
# Release
/usr/libexec/PlistBuddy -c "Set :objects:03D13BF82448758C00B599B3:buildSettings:CURRENT_PROJECT_VERSION ${BUILD_NUMBER}" $PBXPROJ_PATH

MODIFIED_BUNDLE_ID=$(/usr/libexec/PlistBuddy -c "Print :objects:03D13BF72448758C00B599B3:buildSettings:PRODUCT_BUNDLE_IDENTIFIER" "$PBXPROJ_PATH")
echo "Modified Bundle Identifier: $MODIFIED_BUNDLE_ID"

# 读取APPID环境变量
echo AGORA_APP_ID: $APP_ID

Expand Down

0 comments on commit 173d354

Please sign in to comment.