Skip to content

Instantly share code, notes, and snippets.

@imhafeez
Created October 10, 2019 05:13
Show Gist options
  • Save imhafeez/3aea9390af80cc3c2659f2bc66865260 to your computer and use it in GitHub Desktop.
Save imhafeez/3aea9390af80cc3c2659f2bc66865260 to your computer and use it in GitHub Desktop.
xCode Server CI Build Upload Trigger
#!/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