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: 272
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.
The icons I'm using:
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).
© Stack Overflow or respective owner