]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/kernel-pageablekc-fixups.dtest/extensions/bar.kext/Info.plist
dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / test-cases / kernel-pageablekc-fixups.dtest / extensions / bar.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>bar</string>
7 <key>CFBundleIdentifier</key>
8 <string>com.apple.bar</string>
9 <key>CFBundleName</key>
10 <string>bar</string>
11 <key>CFBundlePackageType</key>
12 <string>KEXT</string>
13 <key>OSBundleLibraries</key>
14 <dict>
15 <key>com.apple.kernel.export</key>
16 <string>1.0</string>
17 </dict>
18 <key>CFBundleVersion</key>
19 <string>1.0.0</string>
20 <key>CFBundleShortVersionString</key>
21 <string>1.0.0</string>
22 </dict>
23 </plist>