1

I have a navigation based app in xcode 4. I am trying to add the required launch image (Default.png), which as per instructions has to be added to the "resources" folder. I cannot find said folder. There is a "Supporting files" folder.

How do I add Default.png/launch image in xcode 4?

Thanks.

Alede
  • 109
  • 1
  • 6

1 Answers1

2

Click you project and select targets. In the tab for summary you can configure all the icons.

enter image description here

Praveen S
  • 10,355
  • 2
  • 43
  • 69
  • Thanks a lot Praveen. My field doesn't have Landscape (since I did not set it up to have it).. It has "retina display" can I use the same image or does retina have different requirements? Thanks – Alede Jul 28 '11 at 10:09
  • If you dont have a retina display image then you can leave it blank. Or you have to give a image whose resolution is twice your normal image. – Praveen S Jul 28 '11 at 10:11
  • So it won't cause any issues with apple when submitting the app, correct? – Alede Jul 28 '11 at 10:11
  • Nope, submitting retina display images is optional. But it sure makes your app look great. – Praveen S Jul 28 '11 at 10:12