Created
December 10, 2014 12:03
-
-
Save viktorbenei/c653a3ca43d05ce5da39 to your computer and use it in GitHub Desktop.
Bitrise: Twitter Fabric Crashlytics iOS app distribution
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/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