Skip to content

Instantly share code, notes, and snippets.

@bastianh
Created March 27, 2011 14:46
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 bastianh/889261 to your computer and use it in GitHub Desktop.
Save bastianh/889261 to your computer and use it in GitHub Desktop.
echo "Working on Ressources"
RESSOURCES="${BUILT_PRODUCTS_DIR}/${EXECUTABLE_FOLDER_PATH}/Ressources"
find $RESSOURCES -name "_Assets" -exec rm -rf {} +
find $RESSOURCES -name "*.plist" -exec plutil -convert binary1 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment