Skip to content

Commit

Permalink
Use xcodebuild to create archive
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Nov 6, 2018
1 parent 38f7be6 commit 6b242f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi
# Package the app and changelog

mkdir -p $OUTPUTDIR
xctool -workspace radiant-player-mac.xcworkspace -scheme Radiant\ Player archive -archivePath $ARCHIVE_PATH
xcodebuild -workspace radiant-player-mac.xcworkspace -scheme Radiant\ Player -archivePath "$ARCHIVE_PATH" archive
cd $PRODUCT_PATH
zip -r "$APP_ARCHIVE_PATH" "Radiant Player.app" > /dev/null
cd $ROOT_PATH
Expand Down

0 comments on commit 6b242f6

Please sign in to comment.