]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/kext-bind-to-kext-symbol-set/extensions/bar.kext/Info.plist
dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / kext-bind-to-kext-symbol-set / 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>not.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.foo</key>
16 <string>1.0</string>
17 </dict>
18 </dict>
19 </plist>