Skip to content

Commit d2adcad

Browse files
authoredJun 9, 2023
Add macOS 14 (Sonoma) constants (#2)
* Add macOS 14 (Sonoma) constants * Sync changelog
1 parent 602510b commit d2adcad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
DebugEnhancer Changelog
22
============================
3+
#### v1.0.8
4+
- Added constants for macOS 14 support
5+
36
#### v1.0.7
47
- Added constants for macOS 13 support
58

‎DebugEnhancer/kern_start.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
3535
bootargBeta,
3636
arrsize(bootargBeta),
3737
KernelVersion::MountainLion,
38-
KernelVersion::Ventura,
38+
KernelVersion::Sonoma,
3939
[]() {
4040
dbgenh.init();
4141
}

0 commit comments

Comments
 (0)
Please sign in to comment.