Xcode 将 DTXcode 密钥和其他密钥添加到 Info.plist
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6533647/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode adding DTXcode key and others to Info.plist
提问by Mark
Recently Xcode started adding keys to the Info.plist of my Cocoa app:
最近 Xcode 开始向我的 Cocoa 应用程序的 Info.plist 添加键:
- DTXcode
- DTXcodeBuild
- DTCompiler
- DTPlatformBuild
- DTPlatformName
- DTPlatformVersion
- DTSDKBuild
- DTSDKName
- DTXcode
- DTXcode构建
- DT编译器
- DTP平台构建
- DTP平台名称
- DTP平台版本
- DTSDK构建
- 开发工具包名称
What are those keys used for and why do they all of a sudden appear? Are they needed?
这些键是做什么用的,为什么会突然出现?他们需要吗?
I'm using Xcode 3.2.6
我正在使用 Xcode 3.2.6
回答by Laurent Etiemble
These keys serve as information about the development environment.
这些密钥用作有关开发环境的信息。
Fox example, Xcode add them when you code-sign your application before submitting it to the App Store.
例如,Xcode 在您将应用程序提交到 App Store 之前对其进行代码签名时添加它们。
They also appear in the binary details of the application on iTunes Connect.
它们还出现在iTunes Connect上应用程序的二进制详细信息中。