Skip to content

Commit

Permalink
Added constants for macOS 15 support (#31)
Browse files Browse the repository at this point in the history
Added constants for macOS 15 support
  • Loading branch information
andreszerocross authored Jun 15, 2024
1 parent 7551758 commit bd81da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ECEnabler/ECEStart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::Lion,
KernelVersion::Sonoma,
KernelVersion::Sequoia,
[]() {
ece.init();
}
Expand Down

0 comments on commit bd81da6

Please sign in to comment.