Skip to content

Commit

Permalink
Add macOS Sequioa support
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Jun 15, 2024
1 parent 23021a0 commit 821cf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ForgedInvariant/Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ PluginConfiguration ADDPR(config) {
nullptr,
0,
KernelVersion::ElCapitan,
KernelVersion::Sonoma,
KernelVersion::Sequoia,
[]() { fi.init(); },
};

0 comments on commit 821cf92

Please sign in to comment.