Skip to content

Commit

Permalink
Add macOS 14 (Sonoma) constants (#2)
Browse files Browse the repository at this point in the history
* Add macOS 14 (Sonoma) constants

* Sync changelog
  • Loading branch information
ExtremeXT committed Jun 9, 2023
1 parent 602510b commit d2adcad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
DebugEnhancer Changelog
============================
#### v1.0.8
- Added constants for macOS 14 support

#### v1.0.7
- Added constants for macOS 13 support

Expand Down
2 changes: 1 addition & 1 deletion DebugEnhancer/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::MountainLion,
KernelVersion::Ventura,
KernelVersion::Sonoma,
[]() {
dbgenh.init();
}
Expand Down

0 comments on commit d2adcad

Please sign in to comment.