Info.plist

Posted cindyli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Info.plist相关的知识,希望对你有一定的参考价值。

Localiztion native development region(CFBundleDevelopmentRegion)-本地化相关
Bundle display name(CFBundleDisplayName)-程序安装后显示的名称,限制在 10-12 个字符,如果超出,将被显 示缩写名称
Icon file(CFBundleIconFile)-app 图标名称,一般为 Icon.png
Bundle version(CFBundleVersion)-应用程序的版本号,每次往 App Store 上发布一个新版本时,需要增加这个版 本号
Main storyboard file base name(NSMainStoryboardFile)-主 storyboard 文件的名称
Bundle identifier(CFBundleIdentifier)-项目的唯一标识,部署到真机时用到

以上是关于Info.plist的主要内容,如果未能解决你的问题,请参考以下文章