]> git.saurik.com Git - apple/xnu.git/blobdiff - config/System.kext/Info.plist
xnu-1699.22.81.tar.gz
[apple/xnu.git] / config / System.kext / Info.plist
index 3ba6f7944079e58c7d292c7581679e08aec8e2c6..1fa642814c61cd6c1591aa40486240145f590724 100644 (file)
@@ -1,11 +1,11 @@
 <?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>System Resource Pseudoextension, Apple Computer Inc, 7.7.0</string>
+       <string>System Resource Pseudoextension, Apple Inc, ###KERNEL_VERSION_LONG###</string>
        <key>CFBundleIdentifier</key>
        <string>com.apple.kernel</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <key>CFBundlePackageType</key>
        <string>KEXT</string>
        <key>CFBundleShortVersionString</key>
-       <string>7.7.0</string>
+       <string>###KERNEL_VERSION_SHORT###</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
-       <string>7.7.0</string>
+       <string>###KERNEL_VERSION_LONG###</string>
        <key>OSBundleCompatibleVersion</key>
-       <string>7.7.0</string>
+       <string>###KERNEL_VERSION_LONG###</string>
        <key>OSBundleRequired</key>
        <string>Root</string>
        <key>OSKernelResource</key>
        <true/>
+       <key>OSBundleAllowUserLoad</key>
+       <true/>
 </dict>
 </plist>