From b9cf7e19a873949cff48ba58a86bada1dab8d8eb Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Sat, 20 Sep 2025 14:35:14 +0700 Subject: [PATCH] Update kext compatibility for macOS Tahoe 26 --- Scripts/datasets/kext_data.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/datasets/kext_data.py b/Scripts/datasets/kext_data.py index b8f2ca2..edf09dc 100644 --- a/Scripts/datasets/kext_data.py +++ b/Scripts/datasets/kext_data.py @@ -320,6 +320,7 @@ kexts = [ name = "IntelBTPatcher", description = "Fixes Intel Bluetooth bugs for better connectivity", category = "Bluetooth", + max_darwin_version = "24.99.99", requires_kexts = ["Lilu", "BlueToolFixup", "IntelBluetoothFirmware", "IntelBluetoothInjector"], github_repo = { "owner": "OpenIntelWireless", @@ -354,6 +355,7 @@ kexts = [ name = "AppleIGC", description = "Provides support for Intel 2.5G Ethernet(i225/i226)", category = "Ethernet", + max_darwin_version = "24.99.99", github_repo = { "owner": "SongXiaoXi", "repo": "AppleIGC"