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 11FeatureUnlock 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
Original file line number Diff line number Diff 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};
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments