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