From 337eeb52b3e67502e3202292eeb19c2faf871334 Mon Sep 17 00:00:00 2001 From: Andrey1970 Date: Mon, 30 Dec 2024 01:46:31 +0300 Subject: [PATCH] Bump version --- Lilu.xcodeproj/project.pbxproj | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Lilu.xcodeproj/project.pbxproj b/Lilu.xcodeproj/project.pbxproj index 0034fd94..711dcde9 100644 --- a/Lilu.xcodeproj/project.pbxproj +++ b/Lilu.xcodeproj/project.pbxproj @@ -829,7 +829,7 @@ MODULE_NAME = as.vit9696.Lilu; MODULE_START = "$(PRODUCT_NAME)_kern_start"; MODULE_STOP = "$(PRODUCT_NAME)_kern_stop"; - MODULE_VERSION = 1.7.0; + MODULE_VERSION = 1.7.1; OTHER_CFLAGS = ( "-mmmx", "-msse", @@ -935,7 +935,7 @@ MODULE_NAME = as.vit9696.Lilu; MODULE_START = "$(PRODUCT_NAME)_kern_start"; MODULE_STOP = "$(PRODUCT_NAME)_kern_stop"; - MODULE_VERSION = 1.7.0; + MODULE_VERSION = 1.7.1; OTHER_CFLAGS = ( "-mmmx", "-msse", @@ -1100,7 +1100,7 @@ MODULE_NAME = as.vit9696.Lilu; MODULE_START = "$(PRODUCT_NAME)_kern_start"; MODULE_STOP = "$(PRODUCT_NAME)_kern_stop"; - MODULE_VERSION = 1.7.0; + MODULE_VERSION = 1.7.1; OTHER_CFLAGS = ( "-mmmx", "-msse", diff --git a/README.md b/README.md index 6c6928de..e1847a2f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To compile a plugin copy the debug version of Lilu.kext into its directory. - Add `-liluuseroff` to disable Lilu user patcher (for e.g. dyld_shared_cache manipulations). - Add `-liluslow` to enable legacy user patcher. - Add `-lilulowmem` to disable kernel unpack (disables Lilu in recovery mode). -- Add `-lilubeta` to enable Lilu on unsupported OS versions (macOS 14 and below are enabled by default). +- Add `-lilubeta` to enable Lilu on unsupported OS versions (macOS 15 and below are enabled by default). - Add `-lilubetaall` to enable Lilu and all loaded plugins on unsupported os versions (use _very_ carefully). - Add `-liluforce` to enable Lilu regardless of the mode, OS, installer, or recovery. - Add `liludelay=1000` to enable 1 second delay after each print for troubleshooting.