Some handy Iphone dev hints:

Con­vert images to pvr:

1
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/texturetool –e PVRTC –f PVR –channel-weighting-perceptual –bits-per-pixel-4 –o particle.pvr particle.png

Con­vert .wav to .caf:

1
afcon­vert –f caff –d ima4@44100 sndBlubBig.wav

Sta­tic ana­lyze of your code using clang sta­tic ana­lyzer:

1
/somepath/checker-0.219/scan-build –k –V xcodebuild