xref: /xnu-8020.121.3/libkern/c++/Tests/TestSerialization/test2/Info.plist (revision fdd8201d7b966f0c3ea610489d29bd841d358941)
1*fdd8201dSApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?>
2*fdd8201dSApple OSS Distributions<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*fdd8201dSApple OSS Distributions<plist version="1.0">
4*fdd8201dSApple OSS Distributions<dict>
5*fdd8201dSApple OSS Distributions	<key>CFBundleDevelopmentRegion</key>
6*fdd8201dSApple OSS Distributions	<string>English</string>
7*fdd8201dSApple OSS Distributions	<key>CFBundleExecutable</key>
8*fdd8201dSApple OSS Distributions	<string>${EXECUTABLE_NAME}</string>
9*fdd8201dSApple OSS Distributions	<key>CFBundleName</key>
10*fdd8201dSApple OSS Distributions	<string>${PRODUCT_NAME}</string>
11*fdd8201dSApple OSS Distributions	<key>CFBundleIconFile</key>
12*fdd8201dSApple OSS Distributions	<string></string>
13*fdd8201dSApple OSS Distributions	<key>CFBundleIdentifier</key>
14*fdd8201dSApple OSS Distributions	<string>com.apple.kext.${PRODUCT_NAME:identifier}</string>
15*fdd8201dSApple OSS Distributions	<key>CFBundleInfoDictionaryVersion</key>
16*fdd8201dSApple OSS Distributions	<string>6.0</string>
17*fdd8201dSApple OSS Distributions	<key>CFBundlePackageType</key>
18*fdd8201dSApple OSS Distributions	<string>KEXT</string>
19*fdd8201dSApple OSS Distributions	<key>CFBundleSignature</key>
20*fdd8201dSApple OSS Distributions	<string>????</string>
21*fdd8201dSApple OSS Distributions	<key>CFBundleVersion</key>
22*fdd8201dSApple OSS Distributions	<string>1.0.0d1</string>
23*fdd8201dSApple OSS Distributions	<key>OSBundleLibraries</key>
24*fdd8201dSApple OSS Distributions	<dict>
25*fdd8201dSApple OSS Distributions		<key>com.apple.kpi.iokit</key>
26*fdd8201dSApple OSS Distributions		<string>9.0.0d7</string>
27*fdd8201dSApple OSS Distributions		<key>com.apple.kpi.libkern</key>
28*fdd8201dSApple OSS Distributions		<string>9.0.0d7</string>
29*fdd8201dSApple OSS Distributions		<key>com.apple.kpi.mach</key>
30*fdd8201dSApple OSS Distributions		<string>9.0.0d7</string>
31*fdd8201dSApple OSS Distributions</dict>
32*fdd8201dSApple OSS Distributions</dict>
33*fdd8201dSApple OSS Distributions</plist>
34