From f8940acab7585d23fa22b12ab54657dac28b7be1 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Sun, 15 Jun 2025 14:42:41 +0700 Subject: [PATCH] Update kext compatibility for macOS Tahoe 26 --- Scripts/datasets/kext_data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/datasets/kext_data.py b/Scripts/datasets/kext_data.py index a349a8b..a1d1a10 100644 --- a/Scripts/datasets/kext_data.py +++ b/Scripts/datasets/kext_data.py @@ -800,7 +800,6 @@ kexts = [ name = "BrightnessKeys", description = "Handler for brightness keys without DSDT patches", category = "Extras", - max_darwin_version = "24.99.99", requires_kexts = ["Lilu"], github_repo = { "owner": "acidanthera", @@ -894,7 +893,6 @@ kexts = [ name = "RTCMemoryFixup", description = "Emulate some offsets in your CMOS (RTC) memory", category = "Extras", - max_darwin_version = "24.99.99", requires_kexts = ["Lilu"], github_repo = { "owner": "acidanthera",