72 lines
2.3 KiB
Plaintext
72 lines
2.3 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string></string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>${PRODUCT_NAME}</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>KEXT</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$MODULE_VERSION</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>$MODULE_VERSION</string>
|
|
<key>IOKitPersonalities</key>
|
|
<dict>
|
|
<key>IntelMausi</key>
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.insanelymac.${PRODUCT_NAME:rfc1034identifier}</string>
|
|
<key>Driver_Version</key>
|
|
<string>$MODULE_VERSION</string>
|
|
<key>IOClass</key>
|
|
<string>IntelMausi</string>
|
|
<key>IOPCIMatch</key>
|
|
<string>0x10EA8086 0x10EB8086 0x10EF8086 0x10F08086 0x15028086 0x15038086 0x153A8086 0x153B8086 0x155A8086 0x15598086 0x15A08086 0x15A18086 0x15A28086 0x15A38086 0x156F8086 0x15708086 0x15B78086 0x15B88086 0x15D78086 0x15D88086 0x15E38086 0x15D68086 0x15BD8086 0x15BE8086 0x15BB8086 0x15BC8086 0x15DF8086 0x15E08086 0x15E18086 0x15E28086</string>
|
|
<key>IOProbeScore</key>
|
|
<integer>1000</integer>
|
|
<key>IOProviderClass</key>
|
|
<string>IOPCIDevice</string>
|
|
<key>enableCSO6</key>
|
|
<true/>
|
|
<key>enableTSO4</key>
|
|
<false/>
|
|
<key>enableTSO6</key>
|
|
<false/>
|
|
<key>maxIntrRate</key>
|
|
<integer>7000</integer>
|
|
</dict>
|
|
</dict>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2014 Laura Müller. All rights reserved.</string>
|
|
<key>OSBundleLibraries</key>
|
|
<dict>
|
|
<key>com.apple.iokit.IONetworkingFamily</key>
|
|
<string>1.5.0</string>
|
|
<key>com.apple.iokit.IOPCIFamily</key>
|
|
<string>1.7</string>
|
|
<key>com.apple.kpi.bsd</key>
|
|
<string>8.10.0</string>
|
|
<key>com.apple.kpi.iokit</key>
|
|
<string>8.10.0</string>
|
|
<key>com.apple.kpi.libkern</key>
|
|
<string>8.10.0</string>
|
|
<key>com.apple.kpi.mach</key>
|
|
<string>8.10.0</string>
|
|
</dict>
|
|
<key>OSBundleRequired</key>
|
|
<string>Network-Root</string>
|
|
</dict>
|
|
</plist>
|