Skip to content

Instantly share code, notes, and snippets.

@viktorbenei
Created December 10, 2014 12:03
Show Gist options
  • Save viktorbenei/c653a3ca43d05ce5da39 to your computer and use it in GitHub Desktop.
Save viktorbenei/c653a3ca43d05ce5da39 to your computer and use it in GitHub Desktop.
Bitrise: Twitter Fabric Crashlytics iOS app distribution
#!/bin/bash
#
# Notes:
# * You can get your source code's path on Bitrise with the ${BITRISE_SOURCE_DIR} environment variable
# * The IPA path (if you use the Xcode Archive Step) is stored in the ${BITRISE_IPA_PATH} environment
#
/path/to/Crashlytics.framework/submit <API_KEY> <BUILD_SECRET> -ipaPath "${BITRISE_IPA_PATH}" -emails [email protected],[email protected] -notesPath ~/Notes/ReleaseNotes.txt -groupAliases GroupAlias,GroupAlias2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment