Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Antoine4011/0cf144163a098e43fbcb to your computer and use it in GitHub Desktop.
Save Antoine4011/0cf144163a098e43fbcb to your computer and use it in GitHub Desktop.
Mac OS El Capitan 10.11.1
Server v5.0.15
Xcode 7.1
In your bot settings, go to the triggers tab and add a "Run script" After Integration:
"${XCS_SOURCE_DIR}/PROJECT_DIRECTORY_NAME/Crashlytics.framework/submit" API_KEY BUILD_SECRET
-ipaPath "${XCS_OUTPUT_DIR}/ExportedProduct/Apps/${XCS_BOT_NAME}.ipa"
-notesPath "${XCS_SOURCE_DIR}/PROJECT_DIRECTORY_NAME/PATH_RELEASE_NOTES.txt"
-groupAliases GROUP_1,GROUP_2
-notifications YES
Don't forget to set your project directory name, your api key and build secret.
For the ipa path, your bot name needs to match the generated ipa file name. Otherwise, don't use ${XCS_BOT_NAME}
Notes path, group aliases and notifications are all optionnals parameters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment