Note that there are some explanatory texts on larger screens.

plurals
  1. POLaunch Images in iOS 7 with Xcode 5
    primarykey
    data
    text
    <p>I've been setting my own names on launch images for my apps in the Info.plist like</p> <p><img src="https://i.stack.imgur.com/rML4F.png" alt="Info.plist setup for Launch images"></p> <p>with the following images in bundle (with correct dimensions, 320x480 px for default.png and 640x960 px for default@2x.png etc.)</p> <p><img src="https://i.stack.imgur.com/efQEm.png" alt="Launch images in bundle"></p> <p>this have been working great prior to iOS 7 and Xcode 5. Now when I look in the General tab for the corresponding target in Xcode 5 my launch image files get mixed up from other targets in my project, which worries me, even though I haven't seen wrong launch image files when actually running the target. Should I be worried? The chosen images isn't in the build target so I should be fine there, but is there a risk of getting a blank image instead?</p> <p><img src="https://i.stack.imgur.com/xEkAN.png" alt="Launch images part of the General tab in Xcode 5"></p> <p>My main question is, can I use my default setup in Info.plist (that help auto detected respective launch images) for iOS 7, and if so, what should I name the corresponding launch images (now that there's the "iOS 6.1 and Prior" options as well with different dimensions)? This especially applies for the iPad Portrait Retina (iOS 7) that has new dimensions. The auto detection on iPad Portrait Non-Retina (iOS 7) refers to an image, not in the build target, that has the right dimensions. Again, when running a simulator with iPad Retina and iOS 7.0 the correct launch image shows.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload