Update Lilu and FeatureUnlock

This commit is contained in:
Mykola Grymalyuk
2022-06-22 12:46:50 -06:00
parent 7078ca5699
commit ecf04372b4
11 changed files with 9 additions and 6 deletions

View File

@@ -3,9 +3,6 @@
## 0.4.8
- Ensure Apple Silicon-specific installers are not listed
- ie. M2 specific build (21F2092)
## 0.4.7
- Fix crashing on defaults parsing
- Ventura Specific Updates:
- Switch boot.efi model patch to iMac18,1
- Resolve pre-Force Touch Trackpad support in Ventura
@@ -23,6 +20,12 @@
- Fix VMM patch set
- Allow dyld shared cache swapping on pre-Haswell
- 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
- Fix Bluetooth support in 12.4 Release

View File

@@ -2814,7 +2814,7 @@ smbios_dictionary = {
# Apple Silicon Virtual Machine
"Board ID": None,
"FirmwareFeatures": None,
"SecureBootModel": "vma1macos",
"SecureBootModel": "vma1",
"CPU Generation": cpu_data.cpu_data.apple_m1.value,
"Max OS Supported": os_data.os_data.max_os,
"Wireless Model": None,

Binary file not shown.

Binary file not shown.

View File

@@ -32,14 +32,14 @@ class Constants:
# Kext Versioning
## 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.airportbcrmfixup_version = "2.1.3" # AirPortBrcmFixup
self.nvmefix_version = "1.0.9" # NVMeFix
self.applealc_version = "1.6.3" # AppleALC
self.restrictevents_version = "1.0.6" # RestrictEvents
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.cpufriend_version = "1.2.5" # CPUFriend
self.bluetool_version = "2.6.2" # BlueToolFixup (BrcmPatchRAM)