]> git.saurik.com Git - apple/dyld.git/blame - testing/kernel-cache-tests/auxkc-bind-to-pageablekc/extensions/foo.kext/Info.plist
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / auxkc-bind-to-pageablekc / extensions / foo.kext / Info.plist
CommitLineData
bc3b7c8c
A
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>foo</string>
7 <key>CFBundleIdentifier</key>
8 <string>com.apple.foo</string>
9 <key>CFBundleName</key>
10 <string>foo</string>
11 <key>CFBundlePackageType</key>
12 <string>KEXT</string>
13</dict>
14</plist>