mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Update Lilu and FeatureUnlock
This commit is contained in:
+6
-3
@@ -3,9 +3,6 @@
|
|||||||
## 0.4.8
|
## 0.4.8
|
||||||
- Ensure Apple Silicon-specific installers are not listed
|
- Ensure Apple Silicon-specific installers are not listed
|
||||||
- ie. M2 specific build (21F2092)
|
- ie. M2 specific build (21F2092)
|
||||||
|
|
||||||
## 0.4.7
|
|
||||||
- Fix crashing on defaults parsing
|
|
||||||
- Ventura Specific Updates:
|
- Ventura Specific Updates:
|
||||||
- Switch boot.efi model patch to iMac18,1
|
- Switch boot.efi model patch to iMac18,1
|
||||||
- Resolve pre-Force Touch Trackpad support in Ventura
|
- Resolve pre-Force Touch Trackpad support in Ventura
|
||||||
@@ -23,6 +20,12 @@
|
|||||||
- Fix VMM patch set
|
- Fix VMM patch set
|
||||||
- Allow dyld shared cache swapping on pre-Haswell
|
- Allow dyld shared cache swapping on pre-Haswell
|
||||||
- Add USB1.1 injection for pre-Ivy bridge units
|
- Add USB1.1 injection for pre-Ivy bridge units
|
||||||
|
- Increment Binaries:
|
||||||
|
- Lilu 1.6.1 rolling (8542170)
|
||||||
|
- FeatureUnlock 1.0.9 rolling (b7c1dd0)
|
||||||
|
|
||||||
|
## 0.4.7
|
||||||
|
- Fix crashing on defaults parsing
|
||||||
|
|
||||||
## 0.4.6
|
## 0.4.6
|
||||||
- Fix Bluetooth support in 12.4 Release
|
- Fix Bluetooth support in 12.4 Release
|
||||||
|
|||||||
+1
-1
@@ -2814,7 +2814,7 @@ smbios_dictionary = {
|
|||||||
# Apple Silicon Virtual Machine
|
# Apple Silicon Virtual Machine
|
||||||
"Board ID": None,
|
"Board ID": None,
|
||||||
"FirmwareFeatures": None,
|
"FirmwareFeatures": None,
|
||||||
"SecureBootModel": "vma1macos",
|
"SecureBootModel": "vma1",
|
||||||
"CPU Generation": cpu_data.cpu_data.apple_m1.value,
|
"CPU Generation": cpu_data.cpu_data.apple_m1.value,
|
||||||
"Max OS Supported": os_data.os_data.max_os,
|
"Max OS Supported": os_data.os_data.max_os,
|
||||||
"Wireless Model": None,
|
"Wireless Model": None,
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -32,14 +32,14 @@ class Constants:
|
|||||||
# Kext Versioning
|
# Kext Versioning
|
||||||
## Acidanthera
|
## Acidanthera
|
||||||
## https://github.com/acidanthera
|
## https://github.com/acidanthera
|
||||||
self.lilu_version = "1.6.0" # Lilu
|
self.lilu_version = "1.6.1" # Lilu
|
||||||
self.whatevergreen_version = "1.5.8" # WhateverGreen
|
self.whatevergreen_version = "1.5.8" # WhateverGreen
|
||||||
self.airportbcrmfixup_version = "2.1.3" # AirPortBrcmFixup
|
self.airportbcrmfixup_version = "2.1.3" # AirPortBrcmFixup
|
||||||
self.nvmefix_version = "1.0.9" # NVMeFix
|
self.nvmefix_version = "1.0.9" # NVMeFix
|
||||||
self.applealc_version = "1.6.3" # AppleALC
|
self.applealc_version = "1.6.3" # AppleALC
|
||||||
self.restrictevents_version = "1.0.6" # RestrictEvents
|
self.restrictevents_version = "1.0.6" # RestrictEvents
|
||||||
self.restrictevents_mbp_version = "1.0.6" # RestrictEvents blocking displaypolicyd (see RestrictEvents-MBP91.patch)
|
self.restrictevents_mbp_version = "1.0.6" # RestrictEvents blocking displaypolicyd (see RestrictEvents-MBP91.patch)
|
||||||
self.featureunlock_version = "1.0.8" # FeatureUnlock
|
self.featureunlock_version = "1.0.9" # FeatureUnlock
|
||||||
self.debugenhancer_version = "1.0.4" # DebugEnhancer
|
self.debugenhancer_version = "1.0.4" # DebugEnhancer
|
||||||
self.cpufriend_version = "1.2.5" # CPUFriend
|
self.cpufriend_version = "1.2.5" # CPUFriend
|
||||||
self.bluetool_version = "2.6.2" # BlueToolFixup (BrcmPatchRAM)
|
self.bluetool_version = "2.6.2" # BlueToolFixup (BrcmPatchRAM)
|
||||||
|
|||||||
Reference in New Issue
Block a user