From 50e3226209b6ebf9d7f6547c650cae63a98f7671 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Mon, 16 Jun 2025 13:18:03 +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 a1d1a10..b8f2ca2 100644 --- a/Scripts/datasets/kext_data.py +++ b/Scripts/datasets/kext_data.py @@ -82,7 +82,6 @@ kexts = [ description = "Provides temperature readings for AMD GPUs", category = "VirtualSMC Plugins", min_darwin_version = "18.0.0", - max_darwin_version = "24.99.99", requires_kexts = ["Lilu", "VirtualSMC"], github_repo = { "owner": "ChefKissInc", @@ -733,7 +732,6 @@ kexts = [ name = "ForgedInvariant", description = "The plug & play kext for syncing the TSC on AMD & Intel", category = "TSC Synchronization", - max_darwin_version = "24.99.99", requires_kexts = ["Lilu"], conflict_group_id = "TSC", github_repo = {