How can I skip compressing one PNG?

You can read more about Xcode’s PNG compression here: http://iphonedevelopment.blogspot.com/2008/10/iphone-optimized-pngs.html While you can turn off PNG optimization/compression entirely using “Compress PNG Files” in your project settings (it’s visible only if the project’s Base SDK is set to a device SDK, not a simulator SDK), you don’t want to do this! Read the link above for … Read more