You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thenickdude_KVM-Opencore/EFI/OC/Kexts/MCEReporterDisabler.kext/Contents/Info.plist

65 lines
1.8 KiB

<?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>CFBundleGetInfoString</key>
<string>MCEReporterDisabler 0.5, Copyright (GPLv2) © 2017 by RehabMan. All rights reserved.</string>
<key>CFBundleIdentifier</key>
<string>org.rehabman.disabler.MCEReporter</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>MCEReporterDisabler</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleVersion</key>
<string>0.5</string>
<key>IOKitPersonalities</key>
<dict>
<key>MCEInterruptControllerDisabler</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleIntelMCEReporter</string>
<key>IOClass</key>
<string>IOService</string>
<key>IOMatchCategory</key>
<string>AppleIntelMCEInterruptController</string>
<key>IOProbeScore</key>
<integer>5000</integer>
<key>IOPropertyMatch</key>
<array>
<dict>
<key>board-id</key>
<string>Mac-F60DEB81FF30ACF6</string>
</dict>
<dict>
<key>board-id</key>
<string>Mac-7BA5B2D9E42DDD94</string>
</dict>
<dict>
<key>board-id</key>
<string>Mac-27AD2F918AE68F61</string>
</dict>
</array>
<key>IOProviderClass</key>
<string>IOPlatformExpertDevice</string>
</dict>
<key>MCEReporterDisabler</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleIntelMCEReporter</string>
<key>IOClass</key>
<string>IOService</string>
<key>IOMatchCategory</key>
<string>AppleIntelMCEReporter</string>
<key>IOProbeScore</key>
<integer>5000</integer>
<key>IOProviderClass</key>
<string>AppleIntelMCEInterruptNub</string>
</dict>
</dict>
</dict>
</plist>