info.plist常见属性

l常见属性(红色部分是用文本编辑器打开时看到的key)
uLocaliztion native development region(CFBundleDevelopmentRegion)-本地化相关
u
uBundle display name(CFBundleDisplayName)-程序安装后显示的名称,限制在10-12个字符,如果超出,将被显示缩写名称
u
uIcon file(CFBundleIconFile)-app图标名称,一般为Icon.png
u
uBundle version(CFBundleVersion)-应用程序的版本号,每次往App Store上发布一个新版本时,需要增加这个版本号
u
uMain storyboard file base name(NSMainStoryboardFile)-主storyboard文件的名称
u
uBundle identifier(CFBundleIdentifier)-项目的唯一标识,部署到真机时用到
posted @ 2014-06-02 01:33  Shdow_Walker  阅读(257)  评论(0编辑  收藏  举报