We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602510b commit d2adcadCopy full SHA for d2adcad
Changelog.md
@@ -1,5 +1,8 @@
1
DebugEnhancer Changelog
2
============================
3
+#### v1.0.8
4
+- Added constants for macOS 14 support
5
+
6
#### v1.0.7
7
- Added constants for macOS 13 support
8
DebugEnhancer/kern_start.cpp
@@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
35
bootargBeta,
36
arrsize(bootargBeta),
37
KernelVersion::MountainLion,
38
- KernelVersion::Ventura,
+ KernelVersion::Sonoma,
39
[]() {
40
dbgenh.init();
41
}
0 commit comments