Skip to content

Instantly share code, notes, and snippets.

@tomaskraina
Created February 4, 2015 15:30
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 tomaskraina/303bd0ad0433bdbf4ec7 to your computer and use it in GitHub Desktop.
Save tomaskraina/303bd0ad0433bdbf4ec7 to your computer and use it in GitHub Desktop.
Upload dSYM to Crashlytics Xcode Build Phase
if [ "${CRASHLYTICS_UPLOAD_DSYM}" == "YES" ]; then
echo "Uploading dSYM to Crashlytics..."
chmod 755 ./lib/Crashlytics.framework/run
./lib/Crashlytics.framework/run <secret> <secret>
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment