Skip to content

Instantly share code, notes, and snippets.

@bestiosdeveloper
Created June 24, 2019 12:23
Show Gist options
  • Save bestiosdeveloper/95e379350bf042f02da0b7d31ca2c73f to your computer and use it in GitHub Desktop.
Save bestiosdeveloper/95e379350bf042f02da0b7d31ca2c73f 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