]>
Commit | Line | Data |
---|---|---|
d7e50217 A |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | <plist version="1.0"> | |
4 | <dict> | |
5 | <key>CFBundleDevelopmentRegion</key> | |
6 | <string>English</string> | |
55e303ae A |
7 | <key>CFBundleExecutable</key> |
8 | <string>Libkern</string> | |
d7e50217 | 9 | <key>CFBundleGetInfoString</key> |
483a1d10 | 10 | <string>Libkern Pseudoextension, Apple Computer Inc, 7.5.0</string> |
d7e50217 | 11 | <key>CFBundleIdentifier</key> |
55e303ae | 12 | <string>com.apple.kpi.libkern</string> |
d7e50217 A |
13 | <key>CFBundleInfoDictionaryVersion</key> |
14 | <string>6.0</string> | |
15 | <key>CFBundleName</key> | |
16 | <string>Libkern Pseudoextension</string> | |
17 | <key>CFBundlePackageType</key> | |
18 | <string>KEXT</string> | |
19 | <key>CFBundleShortVersionString</key> | |
483a1d10 | 20 | <string>7.5.0</string> |
d7e50217 A |
21 | <key>CFBundleSignature</key> |
22 | <string>????</string> | |
23 | <key>CFBundleVersion</key> | |
483a1d10 | 24 | <string>7.5.0</string> |
d7e50217 | 25 | <key>OSBundleCompatibleVersion</key> |
4a249263 | 26 | <string>7.0</string> |
d7e50217 A |
27 | <key>OSBundleRequired</key> |
28 | <string>Root</string> | |
29 | <key>OSKernelResource</key> | |
30 | <true/> | |
31 | </dict> | |
32 | </plist> |