What does “InfoDictionary version” signify in information property list (plist file)?

て烟熏妆下的殇ゞ 提交于 2019-12-03 15:01:15

问题


What does "InfoDictionary version" signify? It is definitely different from the bundle version, but what is the role of "InfoDictionary version"?


回答1:


"InfoDictionary version" signifies the version information for the Info.plist format. See Apple's doc for CFBundleInfoDictionaryVersion for details.

CFBundleInfoDictionaryVersion (String - iOS, macOS) identifies the current version of the property list structure. This key exists to support future versioning of the information property list file format. Xcode generates this key automatically when you build a bundle and you should not change it manually. The value for this key is currently 6.0.



来源:https://stackoverflow.com/questions/7010474/what-does-infodictionary-version-signify-in-information-property-list-plist-f

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!