File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
FeatureUnlock Changelog
2
2
======================
3
+ ### v1.1.8
4
+ - Added constants for macOS 26 support
5
+
3
6
### v1.1.7
4
7
- Fixed loading on macOS 10.10 and older due to a MacKernelSDK regression
5
8
Original file line number Diff line number Diff line change @@ -757,6 +757,6 @@ PluginConfiguration ADDPR(config) {
757
757
bootargBeta,
758
758
arrsize (bootargBeta),
759
759
KernelVersion::Sierra,
760
- KernelVersion::Sequoia ,
760
+ KernelVersion::Tahoe ,
761
761
pluginStart
762
762
};
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ defaults write com.apple.AppleGVA gvaForceAMDKE -boolean yes
79
79
80
80
- ` -caroff ` (or ` -liluoff ` ) to disable
81
81
- ` -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
83
83
- ` -allow_sidecar_ipad ` enables Sidecar support for unsupported iPads
84
84
- ` -disable_sidecar_mac ` disables Sidecar/AirPlay/Universal Control patches
85
85
- ` -disable_nightshift ` disables NightShift patches
You can’t perform that action at this time.
0 commit comments