mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
build.py: Move Ventura logic to ventura-alpha branch
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
- Users may still manually run from source for future builds
|
- Users may still manually run from source for future builds
|
||||||
- Binaries will no longer be provided on future release
|
- Binaries will no longer be provided on future release
|
||||||
- Switch boot.efi model patch to iMac18,1
|
- Switch boot.efi model patch to iMac18,1
|
||||||
- Resolve pre-Force Touch Trackpad support in Ventura
|
|
||||||
|
|
||||||
## 0.4.5
|
## 0.4.5
|
||||||
- Fix AutoPatcher.pkg download on releases
|
- Fix AutoPatcher.pkg download on releases
|
||||||
|
|||||||
@@ -765,15 +765,6 @@ class BuildOpenCore:
|
|||||||
# Add AMDGPUWakeHandler
|
# Add AMDGPUWakeHandler
|
||||||
self.enable_kext("AMDGPUWakeHandler.kext", self.constants.gpu_wake_version, self.constants.gpu_wake_path)
|
self.enable_kext("AMDGPUWakeHandler.kext", self.constants.gpu_wake_version, self.constants.gpu_wake_path)
|
||||||
|
|
||||||
# Pre-Force Touch trackpad support for macOS Ventura
|
|
||||||
if smbios_data.smbios_dictionary[self.model]["CPU Generation"] < cpu_data.cpu_data.skylake.value:
|
|
||||||
if self.model.startswith("MacBook"):
|
|
||||||
# These units got force touch early, so ignore them
|
|
||||||
if self.model not in ["MacBookPro11,4", "MacBookPro11,5", "MacBook8,1"]:
|
|
||||||
self.enable_kext("AppleUSBTopCase.kext", self.constants.topcase_version, self.constants.top_case_path)
|
|
||||||
self.enable_kext("AppleUSBMultitouch.kext", self.constants.multitouch_version, self.constants.multitouch_path)
|
|
||||||
|
|
||||||
|
|
||||||
# Bluetooth Detection
|
# Bluetooth Detection
|
||||||
if not self.constants.custom_model and self.computer.bluetooth_chipset:
|
if not self.constants.custom_model and self.computer.bluetooth_chipset:
|
||||||
if self.computer.bluetooth_chipset in ["BRCM2070 Hub", "BRCM2046 Hub"]:
|
if self.computer.bluetooth_chipset in ["BRCM2070 Hub", "BRCM2046 Hub"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user