Skip to content

Instantly share code, notes, and snippets.

@aChase55
Created October 20, 2022 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aChase55/5e51ef27580c54cda26c16a6d7331ad2 to your computer and use it in GitHub Desktop.
Save aChase55/5e51ef27580c54cda26c16a6d7331ad2 to your computer and use it in GitHub Desktop.
echo "Export Build" $BUILD_PATH
xcodebuild -exportArchive \
-archivePath "$ARCHIVE_PATH" \
-exportPath "$BUILD_PATH" \
-exportOptionsPlist $PWD/ExportOptions.plist \
| xcpretty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment