I understand many different sized icons for my app are required for App Store Submission according to Apple's Documentation. However, I am unsure on how to include them? Do I just add them as Icon.png to the Binary?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You include them in your project and reference them from your info.plist file under the icon files section. Here is an updated list of the filenames and sizes you can add: http://www.weston-fl.com/blog/?p=840/ |
|||
|
|
|
This is much easier to handle in xcode4 if you have it, just click on your project (should be at the top of the project navigator window) then go to the summary tab, and you can select the icons from there. Then when you build your app, they will be included in the binary |
|||
|
|