Skip to content

Commit

Permalink
use destination arg instead of sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Oct 4, 2023
1 parent 89edddf commit e213165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SENTRY_PROJECT_INPUT=${2}

# Build the release bundle
echo "Building the release bundle..."
SENTRY_ORG=$SENTRY_ORG_INPUT SENTRY_PROJECT=SENTRY_PROJECT_INPUT xcodebuild -workspace EmpowerPlant.xcworkspace -scheme EmpowerPlant -configuration Release -derivedDataPath build -sdk iphonesimulator -quiet clean build
SENTRY_ORG=$SENTRY_ORG_INPUT SENTRY_PROJECT=SENTRY_PROJECT_INPUT xcodebuild -workspace EmpowerPlant.xcworkspace -scheme EmpowerPlant -configuration Release -derivedDataPath build -destination "platform=iOS Simulator,OS=latest,name=iPhone 14" -quiet clean build
zip -r EmpowerPlant_release.zip ./build/Build/Products/Release-iphonesimulator/EmpowerPlant.app
ZIP_PATH="./EmpowerPlant_release.zip"

Expand Down

0 comments on commit e213165

Please sign in to comment.