您的位置:首页 > 移动开发

How do I specify both icons for a universal iPhone/iPad app?

2012-03-07 11:20 411 查看
Add a
CFBundleIconFiles
key of type Array to your Info.plist. The array should contain 2 string items: the filenames of the two icons. The OS will then automatically choose the correct icon for each platform based on their pixel dimensions.

You can keep the
CFBundleIconFile
key and have it point to the icon file for the iPhone for 3.0/3.1 compatibility.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: