Skip to content

Instantly share code, notes, and snippets.

@skabber
Created December 20, 2012 22:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skabber/4349220 to your computer and use it in GitHub Desktop.
Save skabber/4349220 to your computer and use it in GitHub Desktop.
DSYM_FILE=${WORKSPACE}/${PRODUCT_NAME}-${BUILD_NUMBER}.app.dSYM.zip
cd build/YOUR_CONFIGURATION-iphoneos/
zip -r -T -y ${DSYM_FILE} ${PRODUCT_NAME}.app.dSYM
curl -H X-HockeyAppToken:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -F "dsym=@${DSYM_FILE}" https://rink.hockeyapp.net/api/2/apps/YOUR_PUBLIC_APP_IDENTIFIER/app_versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment