Created
October 10, 2019 05:13
-
-
Save imhafeez/3aea9390af80cc3c2659f2bc66865260 to your computer and use it in GitHub Desktop.
xCode Server CI Build Upload Trigger
This file contains hidden or 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
#!/bin/sh | |
# For Build upload. | |
/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool --upload-app -f $XCS_PRODUCT -u $TESTFLIGHT_USERNAME -p $TESTFLIGHT_PASSWORD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment