Skip to content

Commit

Permalink
Added constants for macOS 13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Jun 8, 2022
1 parent dd72c9e commit 66ce42b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FeatureUnlock Changelog
======================
### v1.0.9
- Added constants for macOS 13 support

### v1.0.8
- Add AirPlay to Mac patching for Macmini8,1

Expand Down
2 changes: 1 addition & 1 deletion FeatureUnlock/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,6 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::Sierra,
KernelVersion::Monterey,
KernelVersion::Ventura,
pluginStart
};

0 comments on commit 66ce42b

Please sign in to comment.