开发者

Xcode adding DTXcode key and others to Info.plist

开发者 https://www.devze.com 2023-03-16 22:20 出处:网络
Recently Xcode started adding keys to the Info.plist of my Cocoa app: DTXcode DTXcodeBuild DTCompiler DTPlatformBuild

Recently Xcode started adding keys to the Info.plist of my Cocoa app:

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

What are those keys used for and why do they all of a sudden appear? Are t开发者_Go百科hey needed?

I'm using Xcode 3.2.6


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.

They also appear in the binary details of the application on iTunes Connect.

0

精彩评论

暂无评论...
验证码 换一张
取 消