How do I handle the resolutions difference between retina and the regular iPhone screen? My icon gets get cut off on a pre iPhone 4 device (if I use a retina-ready icon). If I use a smaller icon the iPhone 4 will blow up my icon causing in a worse quality.
How do we handle with this?
edit:
So I found, in a sample app (provided by Apple) that they included every file twice. (Icon-Small.png and
Icon-Small@2x.png). Is that it? You just include every file twice and the iPhone4 knows to take the @2x file instead of the 'regular' files?