Use CFBundleIconFiles or CFBundleIcons?

Posted by Pablo on Stack Overflow See other posts from Stack Overflow or by Pablo
Published on 2013-10-22T09:50:53Z Indexed on 2013/10/22 9:53 UTC
Read the original article Hit count: 249

Filed under:
|
|

According to apple, it's better to use CFBundleIcons in plist if iOS5 or greater. Now if I use CFBundleIcons then Xcode 5 seems doesn't recognize those items, but it looks like on device proper icon is selected. I've followed option in Apple's document and provided filename with extensions for all resolutions.

enter image description here

The icons I'm using:

enter image description here

If I use CFBundleIconFiles then Xcode 5 will not complain, but on device wrong icon is selected (iOS5 iPad2, system selected 80px iOS7 icon instead of 72px).

enter image description here

© Stack Overflow or respective owner

Related posts about ios

Related posts about xcode