Skip to content

Commit a7496ba

Browse files
Added constants for macOS 26 support
1 parent 934b64b commit a7496ba

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FeatureUnlock Changelog
22
======================
3+
### v1.1.8
4+
- Added constants for macOS 26 support
5+
36
### v1.1.7
47
- Fixed loading on macOS 10.10 and older due to a MacKernelSDK regression
58

FeatureUnlock/kern_start.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,6 @@ PluginConfiguration ADDPR(config) {
757757
bootargBeta,
758758
arrsize(bootargBeta),
759759
KernelVersion::Sierra,
760-
KernelVersion::Sequoia,
760+
KernelVersion::Tahoe,
761761
pluginStart
762762
};

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ defaults write com.apple.AppleGVA gvaForceAMDKE -boolean yes
7979

8080
- `-caroff` (or `-liluoff`) to disable
8181
- `-cardbg` (or `-liludbgall`) to enable verbose logging (in DEBUG builds)
82-
- `-carbeta` (or `-lilubetaall`) to enable on macOS newer than 15
82+
- `-carbeta` (or `-lilubetaall`) to enable on macOS newer than 26
8383
- `-allow_sidecar_ipad` enables Sidecar support for unsupported iPads
8484
- `-disable_sidecar_mac` disables Sidecar/AirPlay/Universal Control patches
8585
- `-disable_nightshift` disables NightShift patches

0 commit comments

Comments
 (0)