Skip to content

Instantly share code, notes, and snippets.

@jhildensperger
Created December 20, 2015 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhildensperger/7f0bb13f3c410f095161 to your computer and use it in GitHub Desktop.
Save jhildensperger/7f0bb13f3c410f095161 to your computer and use it in GitHub Desktop.
Archive post-action
exec > /tmp/upload_to_crashlytics_logfile.txt 2>&1
export CODE_SIGN_KEYCHAIN=login.keychain
${SRCROOT}/Scripts/submit f36625510d3a31bd3a5f3372cf9a645f64846e1c b8cfc914d1a9e8356d40fc4456ebc8ec7ca90acc1e1910b046937d7caf0c101e \
-releaseNotes ${SRCROOT}/Scripts/release_notes.txt
-groupAliases Testers \
-notifications YES
open /tmp/upload_to_crashlytics_logfile.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment