Skip to content

Instantly share code, notes, and snippets.

@gmoraleda
Created August 21, 2019 09:30
Show Gist options
  • Save gmoraleda/7cf7bb752400465f0bbdf4ac9ec14c56 to your computer and use it in GitHub Desktop.
Save gmoraleda/7cf7bb752400465f0bbdf4ac9ec14c56 to your computer and use it in GitHub Desktop.
if [ "${CONFIGURATION}" != "ReleaseProduction" ]; then
IFS=$'\n'
git checkout -- `find "${SRCROOT}/${PRODUCT_NAME}" -name AppIcon.appiconset -type d`
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment