Created
October 20, 2022 18:56
-
-
Save aChase55/5e51ef27580c54cda26c16a6d7331ad2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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