Skip to content

Commit 7bf48c0

Browse files
committed
Update Lilu to v1.7.1
Adds constants for macOS Tahoe to allow Lilu + plugins to load without `-lilubetaall`.
1 parent f1ed2a2 commit 7bf48c0

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

src/build.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ dependencies:
3030
Lilu:
3131
build: DEBUG
3232
version: 1.7.1
33-
url: 'https://github.com/dortania/build-repo/releases/download/Lilu-2ec01fa/Lilu-1.7.1-DEBUG.zip'
34-
resolution: 'acidanthera/Lilu@github:1.7.1#commit=2ec01fab29726828327ff09657ee754878c89bf8'
33+
url: 'https://github.com/dortania/build-repo/releases/download/Lilu-dc556f7/Lilu-1.7.1-DEBUG.zip'
34+
resolution: 'acidanthera/Lilu@github:1.7.1#commit=dc556f71f35fc39860db51f15016af5b9b24ab2f'
3535
specifier: 'acidanthera/Lilu@github'
3636
kind: Kext
37-
revision: '{ SHA1: 2ec01fab29726828327ff09657ee754878c89bf8 }'
37+
revision: '{ SHA1: dc556f71f35fc39860db51f15016af5b9b24ab2f }'
3838
MacHyperVSupport:
3939
build: DEBUG
4040
version: 0.9.9

src/config.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ NVRAM:
4646
# Platform (SMBIOS) fixes #
4747
################################################################################
4848

49+
# Required for macOS Tahoe as iMac19,1 (2019, Coffee Lake+) were dropped.
50+
PlatformInfo:
51+
Generic:
52+
SystemProductName: String | "iMac20,1"
53+
4954
# Prevents SMBIOS injection into non-Apple operating systems.
5055
#
5156
# This approach with UpdateSMBIOSMode relegates SMBIOS updates to macOS to avoid
@@ -162,17 +167,6 @@ Booter:
162167
# Boot fixes #
163168
################################################################################
164169

165-
# For beta macOS versions:
166-
PlatformInfo:
167-
Generic:
168-
# Required for macOS Tahoe as iMac19,1 (2019, Coffee Lake+) were dropped.
169-
SystemProductName: String | "iMac20,1"
170-
NVRAM:
171-
Add:
172-
7C436110-AB2A-4BBB-A880-FE41995C9F82:
173-
@append(" ")
174-
boot-args: String | "-lilubetaall"
175-
176170
Kernel:
177171
Quirks:
178172
# Provides the correct TSC and FSB values to the kernel, as well as disables

0 commit comments

Comments
 (0)