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