blob: 0a025174f6ecd9a8adcf9023b03c8380d59ffce5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DTSDKName</key>
<string>$(SDK_NAME)</string>
<key>DTXcode</key>
<string>$(XCODE_VERSION)</string>
<key>DTSDKBuild</key>
<string>$(SDK_BUILD)</string>
<key>BuildMachineOSBuild</key>
<string>$(MACOS_BUILD)</string>
<key>DTPlatformName</key>
<string>$(PLATFORM_NAME)</string>
<key>DTCompiler</key>
<string>$(COMPILER_NAME)</string>
<key>DTPlatformVersion</key>
<string>$(PLATFORM_VERSION)</string>
<key>DTXcodeBuild</key>
<string>$(XCODE_BUILD)</string>
<key>DTPlatformBuild</key>
<string>$(PLATFORM_BUILD)</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>$(PLATFORM_DISPLAY_NAME)</string>
</array>
<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>
</dict>
</plist>