I'm currently working on a universal iOS app. But my iPad is taking the '@2x version' of each image. I've read something about adding "~iPad" to the filename, this works perfect on the simulator but not on my (real) iPad.
Don't know what I'm doing wrong:
iPhone (non-retina) image.png
iPhone (retina) image@2x~iPhone.png (this is the one that my iPad choses)
iPad (non-retina) image~iPad.png (instead of this one)
iPad (retina) image@2x~iPad.png