From 58fbb63fa424fa82c28565bf070d811dc318b69b Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 3 Sep 2022 02:14:24 -0400 Subject: [PATCH] [+] Enable SMC kexts --- EFI/OC/Config.plist | 126 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) diff --git a/EFI/OC/Config.plist b/EFI/OC/Config.plist index 11d7e3f..1b3d3ed 100644 --- a/EFI/OC/Config.plist +++ b/EFI/OC/Config.plist @@ -444,6 +444,132 @@ PlistPath Contents/Info.plist + + Arch + x86_64 + BundlePath + USBToolBox.kext + Comment + + Enabled + + ExecutablePath + Contents/MacOS/USBToolBox + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + UTBMap.kext + Comment + + Enabled + + ExecutablePath + + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + SMCBatteryManager.kext + Comment + + Enabled + + ExecutablePath + Contents/MacOS/SMCBatteryManager + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + SMCDellSensors.kext + Comment + + Enabled + + ExecutablePath + Contents/MacOS/SMCDellSensors + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + SMCLightSensor.kext + Comment + + Enabled + + ExecutablePath + Contents/MacOS/SMCLightSensor + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + SMCProcessor.kext + Comment + + Enabled + + ExecutablePath + Contents/MacOS/SMCProcessor + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + SMCSuperIO.kext + Comment + + Enabled + + ExecutablePath + Contents/MacOS/SMCSuperIO + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + Block