Skip to content

Instantly share code, notes, and snippets.

@BennettSmith
Created March 19, 2011 23:09
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 BennettSmith/877892 to your computer and use it in GitHub Desktop.
Save BennettSmith/877892 to your computer and use it in GitHub Desktop.
Save dSYM files for iOS projects.
STORAGEDIR=~/Development/dSYMStorage/
BUILDDATE=`date +%Y%m%d`
cd ${BUILT_PRODUCTS_DIR}
tar -czf ${STORAGEDIR}/${PRODUCT_NAME}-${BUILDDATE}.tbz ${PRODUCT_NAME}.app ${PRODUCT_NAME}.app.dSYM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment