Skip to content

Commit

Permalink
Support for macOS 14 (#26)
Browse files Browse the repository at this point in the history
* Update Constants for macOS 14

* Update max version in README
  • Loading branch information
1Revenger1 committed Jun 6, 2023
1 parent b7625ec commit a7379e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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::Ventura,
KernelVersion::Sonoma,
[]() {
ece.init();
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Allows reading Embedded Controller fields over 1 byte long, vastly reducing the amount of ACPI modification needed (if any) for working battery status.

Supports Lion to Ventura (10.7-13)
Supports Lion to Sonoma (10.7-14)

## Configuration

Expand Down

0 comments on commit a7379e9

Please sign in to comment.