Skip to content

Commit 250b65c

Browse files
committed
Allow loading on macOS 13 without -lilubetaall
1 parent 098e6de commit 250b65c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Lilu Changelog
22
==============
3+
#### v1.6.1
4+
- Allow loading on macOS 13 without `-lilubetaall`
5+
36
#### v1.6.0
47
- Dropped internal shared patcher instance grabbing API
58

Lilu/Headers/kern_util.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ enum KernelVersion {
393393
Catalina = 19,
394394
BigSur = 20,
395395
Monterey = 21,
396+
Ventura = 22,
396397
};
397398

398399
/**

Lilu/PrivateHeaders/kern_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Configuration {
5858
/**
5959
* Maxmimum supported kernel version
6060
*/
61-
static constexpr KernelVersion maxKernel {KernelVersion::Monterey};
61+
static constexpr KernelVersion maxKernel {KernelVersion::Ventura};
6262

6363
/**
6464
* Set once the arguments are parsed

0 commit comments

Comments
 (0)