Skip to content

Commit

Permalink
sys_patch: Add CoreImage patch for 3802
Browse files Browse the repository at this point in the history
Resolves Preview and QuickLook support on Sonoma
  • Loading branch information
khronokernel committed Jul 24, 2023
1 parent 24a1e35 commit 20d04d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- utilities.py:
- Fix indexing error on Device Paths (thx [@Ausdauersportler](https://github.com/Ausdauersportler))
- Increment Binaries:
- PatcherSupportPkg 1.2.0 - release
- PatcherSupportPkg 1.2.1 - release

## 0.6.7
- Resolve partition buttons overlapping in Install OpenCore UI
Expand Down
1 change: 1 addition & 0 deletions data/sys_patch_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def _generate_sys_patch_dict(self):
"Install": {
"/System/Library/Frameworks": {
"Metal.framework": f"13.2.1-{self.os_major}",
**({ "CoreImage.framework": "14.0 Beta 3" } if self.os_major >= os_data.os_data.ventura else {}),
},
"/System/Library/PrivateFrameworks": {
**({ "MTLCompiler.framework": "13.2.1" } if self.os_major == os_data.os_data.ventura else {}),
Expand Down
2 changes: 1 addition & 1 deletion resources/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "0.6.8" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.2.0" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.2.1" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"

Expand Down

0 comments on commit 20d04d3

Please sign in to comment.