]>
Commit | Line | Data |
---|---|---|
d7e50217 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
b0d623f7 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
d7e50217 A |
3 | <plist version="1.0"> |
4 | <dict> | |
5 | <key>CFBundleDevelopmentRegion</key> | |
6 | <string>English</string> | |
7 | <key>CFBundleGetInfoString</key> | |
b0d623f7 | 8 | <string>AppleNMI Pseudoextension, Apple Inc, ###KERNEL_VERSION_LONG###</string> |
d7e50217 A |
9 | <key>CFBundleIdentifier</key> |
10 | <string>com.apple.driver.AppleNMI</string> | |
11 | <key>CFBundleInfoDictionaryVersion</key> | |
12 | <string>6.0</string> | |
13 | <key>CFBundleName</key> | |
14 | <string>AppleNMI Pseudoextension</string> | |
15 | <key>CFBundlePackageType</key> | |
16 | <string>KEXT</string> | |
17 | <key>CFBundleShortVersionString</key> | |
91447636 | 18 | <string>###KERNEL_VERSION_SHORT###</string> |
d7e50217 A |
19 | <key>CFBundleSignature</key> |
20 | <string>????</string> | |
21 | <key>CFBundleVersion</key> | |
91447636 | 22 | <string>###KERNEL_VERSION_LONG###</string> |
d7e50217 A |
23 | <key>OSBundleRequired</key> |
24 | <string>Root</string> | |
25 | <key>OSKernelResource</key> | |
26 | <true/> | |
b0d623f7 A |
27 | <key>OSBundleAllowUserLoad</key> |
28 | <true/> | |
d7e50217 A |
29 | </dict> |
30 | </plist> |