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(); }