<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleGetInfoString</key>
- <string>AppleNMI Pseudoextension, Apple Computer Inc, 7.4.0</string>
+ <string>AppleNMI Pseudoextension, Apple Inc, ###KERNEL_VERSION_LONG###</string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleNMI</string>
<key>CFBundleInfoDictionaryVersion</key>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
- <string>7.4.0</string>
+ <string>###KERNEL_VERSION_SHORT###</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>7.4.0</string>
+ <string>###KERNEL_VERSION_LONG###</string>
<key>OSBundleRequired</key>
<string>Root</string>
<key>OSKernelResource</key>
<true/>
+ <key>OSBundleAllowUserLoad</key>
+ <true/>
</dict>
</plist>