Search code examples
iphonexcodeproject-settings

Icons for my app


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…


Solution

  • 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