dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / test-cases / kernel-pageablekc-fixups.dtest / extensions / kernel-export.kext / Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>CFBundleExecutable</key>
6         <string>kernel-export</string>
7         <key>CFBundleIdentifier</key>
8         <string>com.apple.kernel.export</string>
9         <key>CFBundleName</key>
10         <string>kernel-export</string>
11         <key>CFBundlePackageType</key>
12         <string>KEXT</string>
13         <key>CFBundleVersion</key>
14         <string>1.0.0</string>
15         <key>CFBundleShortVersionString</key>
16         <string>1.0.0</string>
17 </dict>
18 </plist>