From 592507aa8cb3d0df3e524bb869f2836271e4fb48 Mon Sep 17 00:00:00 2001 From: zxystd <1051244836@qq.com> Date: Thu, 8 Jun 2023 19:00:35 +0800 Subject: [PATCH] IntelBTPatcher: bump plugin max version to Sonoma(23). --- IntelBTPatcher/IntelBTPatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelBTPatcher/IntelBTPatcher.cpp b/IntelBTPatcher/IntelBTPatcher.cpp index 8cd1822..6351761 100644 --- a/IntelBTPatcher/IntelBTPatcher.cpp +++ b/IntelBTPatcher/IntelBTPatcher.cpp @@ -37,7 +37,7 @@ PluginConfiguration ADDPR(config) { bootargBeta, arrsize(bootargBeta), KernelVersion::MountainLion, - KernelVersion::Ventura, + KernelVersion::Sonoma, []() { ibtPatcher.init(); }