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