We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e879ccc commit 6a2d012Copy full SHA for 6a2d012
CPUFriend/kern_start.cpp
@@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
35
bootargBeta,
36
arrsize(bootargBeta),
37
KernelVersion::SnowLeopard,
38
- KernelVersion::Sequoia,
+ KernelVersion::Tahoe,
39
[]() {
40
cpuf.init();
41
}
Changelog.md
@@ -1,5 +1,8 @@
1
CPUFriend Changelog
2
===================
3
+#### v1.3.0
4
+- Added constants for macOS 26 support
5
+
6
#### v1.2.9
7
- Fixed loading on macOS 10.10 and older due to a MacKernelSDK regression
8
0 commit comments