Skip to content

Instantly share code, notes, and snippets.

@allanalves
Created May 27, 2017 20:29
Show Gist options
  • Save allanalves/ee3be5ea43862a31cc8ee1aaa6f9bdfe to your computer and use it in GitHub Desktop.
Save allanalves/ee3be5ea43862a31cc8ee1aaa6f9bdfe to your computer and use it in GitHub Desktop.
BUILD_APP_DIR=${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app
if [ "$CONFIGURATION" == "Release" ]; then
rm -Rf $BUILD_APP_DIR/Settings.bundle
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment