Bundle version is the internal version number of your app. Short version string is the publically visible version of your app. So for example, if you iterate your version number every time you do an internal build for your beta testers (or whatever),…
Localiztion native development region --- CFBundleDevelopmentRegion 本地化相关,如果⽤户所在地没有相应的语言资源,则用这个key的value来作为默认 Bundle display name --- CFBundleDisplayName 设置程序安装后显示的名称.应⽤程序名称限制在10-12个字符,如果超出,将被显示缩写名称. Executaule dile -- CFBundleExecutable 程序安装包的名称 …
<一>关于提示http://访问网络不安全的解决方法 提示错误: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file. 解决方法: NSAppTransportSecurity NSAllowsArbitraryL…
我们建立一个工程后,会在Supporting files下面看到一个"工程名-Info.plist"的文件,这个是对工程做一些运行期配置的文件,很重要,不能删除. 下面就对其key值和其对应的value值进行解读: Localiztion native development region --- CFBundleDevelopmentRegion 本地化相关,如果用户所在地没有相应的语言资源,则用这个key的value来作为默认. Bundle display name --- C…