Created
September 30, 2010 17:45
-
-
Save cyborch/604991 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd Resources | |
find . -iname '*.png' | grep -v '@x2' | sed 's/.png/@x2.png/g' | xargs ls > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ever wanted to ensure that you have remembered to create high resolution versions of all your graphics for you iPhone app?
Create a script target and put this snippet in the script. It will emit one error per missing *@x2.png resource.