Xcode将DTXcode密钥和其他密钥添加到Info.plist中

Mar*_*ark 9 xcode info.plist

最近Xcode开始在我的Cocoa应用程序的Info.plist中添加密钥:

  • DTXcode
  • DTXcodeBuild
  • DTCompiler
  • DTPlatformBuild
  • DTPlatformName
  • DTPlatformVersion
  • DTSDKBuild
  • DTSDKName

这些键用于什么以及它们为什么突然出现?他们需要吗?

我正在使用Xcode 3.2.6

Lau*_*ble 3

这些密钥用作有关开发环境的信息。

例如,当您在将应用程序提交到 App Store 之前对应用程序进行代码签名时,Xcode 会添加它们。

它们还出现在iTunes Connect上应用程序的二进制详细信息中。