Skip to content

Commit

Permalink
Merge pull request #5 from Lorys89/patch-1
Browse files Browse the repository at this point in the history
Added constants for macOs 13.0 support
  • Loading branch information
Andrey1970AppleLife committed Jun 8, 2022
2 parents 06856f5 + fb10e2e commit 03bebb6
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 @@
NVMeFix Changelog
=================
#### v1.1.0
- Added constants for macOS 13 support

#### v1.0.9
- Added constants for macOS 12 support
- Fixed macOS 12 compatibility
Expand Down
2 changes: 1 addition & 1 deletion NVMeFix/NVMeFix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ PluginConfiguration ADDPR(config) {
nullptr,
0,
KernelVersion::Mojave,
KernelVersion::Monterey,
KernelVersion::Ventura,
[]() {
NVMeFixPlugin::globalPlugin().init();
}
Expand Down

0 comments on commit 03bebb6

Please sign in to comment.