0

I saw in apple developer documents that i need to putty icons in the main bundle and than set the CFBundleIcons so it has the name of the file.

But i'm looking in my info.plist and i don't see any CFBundleIcons any where… How do i make it appear? I tried creating a new line and write it but it didn't help.

Thanks…

iArezki
  • 1,273
  • 2
  • 17
  • 29
Nimrod Shai
  • 1,149
  • 13
  • 26

1 Answers1

0

In the info.plist there should be a key like: Icon file check the below screen shot:

Icon

If there is no key like that add a key and value yourself.

When you need to add different icon files for retina display add the key of info.plist like:

Different icons

Midhun MP
  • 103,496
  • 31
  • 153
  • 200
  • But I understand there is more than one icon to add. They ask for all kinds of different sizes, for iPhone, iPad, appstore and so on. Where do i put all of these? – Nimrod Shai Dec 14 '12 at 11:08
  • @user1461635: you need to add differnt icons for retina display in info.plist. The appstore icon is added on iTunes connect when you submit your application. – Midhun MP Dec 14 '12 at 11:14
  • @user1461635: With pleasure :) – Midhun MP Dec 14 '12 at 11:21