Xcode 6.4项目中的常见文件(info.plist)

Xcode 6.4项目中的常见文件(info.plist)

代码中获取 info.plist
[NSBundle mainBundle] infoDictionary];

Bundle display name 程序的名字
Bundle identifier 程序的唯一标识 com.公司名.项目名
Bundle name itunes显示的名字

CFBundleDisplayName is used in the grid of apps on iOS devices
CFBundleName is used in the list of apps stored in iTunes library

Bundle display name 和 Bundle name
注意: 这两个名字要相近
可能会被拒绝.

Bundle versions string, short 给用户看的版本号
Bundle version 程序版本号 只能加大 否则肯定会被拒绝 (建议:甚至成svn的版本号,快速定位bug)
Main storyboard file base name 需要加载的storyboard的名字

posted @ 2015-12-21 16:15  AgentLXJ  阅读(196)  评论(1编辑  收藏  举报