From 190368ad427ff1027caa99270c7f60be6232a369 Mon Sep 17 00:00:00 2001 From: Paul Gundarapu Date: Mon, 22 Sep 2025 02:36:14 -0700 Subject: [PATCH] Support for MacOs Tahoe 26. --- IntelBTPatcher/IntelBTPatcher.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IntelBTPatcher/IntelBTPatcher.cpp b/IntelBTPatcher/IntelBTPatcher.cpp index 0f0993a..891cfbc 100644 --- a/IntelBTPatcher/IntelBTPatcher.cpp +++ b/IntelBTPatcher/IntelBTPatcher.cpp @@ -4,7 +4,7 @@ // // Created by zxystd on 2021/2/8. // - +#define __ACIDANTHERA_MAC_SDK 2600 #include #include #include @@ -37,7 +37,7 @@ PluginConfiguration ADDPR(config) { bootargBeta, arrsize(bootargBeta), KernelVersion::MountainLion, - KernelVersion::Sequoia, + KernelVersion::Tahoe, []() { ibtPatcher.init(); }