Skip to content

Commit

Permalink
Allow loading on macOS 13 without -lilubetaall
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Jun 7, 2022
1 parent 098e6de commit 250b65c
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@
Lilu Changelog
==============
#### v1.6.1
- Allow loading on macOS 13 without `-lilubetaall`

#### v1.6.0
- Dropped internal shared patcher instance grabbing API

Expand Down
1 change: 1 addition & 0 deletions Lilu/Headers/kern_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ enum KernelVersion {
Catalina = 19,
BigSur = 20,
Monterey = 21,
Ventura = 22,
};

/**
Expand Down
2 changes: 1 addition & 1 deletion Lilu/PrivateHeaders/kern_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Configuration {
/**
* Maxmimum supported kernel version
*/
static constexpr KernelVersion maxKernel {KernelVersion::Monterey};
static constexpr KernelVersion maxKernel {KernelVersion::Ventura};

/**
* Set once the arguments are parsed
Expand Down

0 comments on commit 250b65c

Please sign in to comment.