I'm following the iOS Programming guide on "Providing Launch Images for Different Orientations" and can't seem to get my iPad-specific launch images to work. If I'm reading the docs right, "Default~ipad.png" should be used as the launch image if I launch my app in the iPad simulator, but instead it's using my "Default.png".
If I tell the simulator to run as an iPhone4, it does correctly use my "[email protected]". But that just leaves me more confused as to why the iPad version isn't working.
Anyone know how to make iPad-specific launch images work?