diff --git a/payloads/Kexts/Acidanthera/RestrictEvents-MBP91-v1.0.5-RELEASE.zip b/payloads/Kexts/Acidanthera/RestrictEvents-MBP91-v1.0.5-RELEASE.zip new file mode 100644 index 000000000..98b5f811a Binary files /dev/null and b/payloads/Kexts/Acidanthera/RestrictEvents-MBP91-v1.0.5-RELEASE.zip differ diff --git a/payloads/Kexts/Acidanthera/RestrictEvents-MBP91-v1.0.5.zip b/payloads/Kexts/Acidanthera/RestrictEvents-MBP91-v1.0.5.zip deleted file mode 100644 index 67b748aed..000000000 Binary files a/payloads/Kexts/Acidanthera/RestrictEvents-MBP91-v1.0.5.zip and /dev/null differ diff --git a/resources/build.py b/resources/build.py index e05c02c52..f6f63c0fd 100644 --- a/resources/build.py +++ b/resources/build.py @@ -167,11 +167,7 @@ class BuildOpenCore: if self.model in ["MacBookPro6,1", "MacBookPro6,2", "MacBookPro9,1", "MacBookPro10,1"]: # Modded RestrictEvents with displaypolicyd blocked to fix dGPU switching - if self.model in ["MacBookPro6,1", "MacBookPro6,2", "MacBookPro9,1"]: - self.enable_kext("RestrictEvents.kext", self.constants.restrictevents_version, self.constants.restrictevents_path) - elif self.constants.serial_settings == "None": - # MacBookPro10,1 without SMBIOS spoof needs RestrictEvents - self.enable_kext("RestrictEvents.kext", self.constants.restrictevents_version, self.constants.restrictevents_path) + self.enable_kext("RestrictEvents.kext", self.constants.restrictevents_mbp_version, self.constants.restrictevents_mbp_path) # Ethernet Patch Sets if smbios_data.smbios_dictionary[self.model]["Ethernet Chipset"] == "Broadcom":