sys_patch: Add CoreImage patch for 3802

Resolves Preview and QuickLook support on Sonoma
This commit is contained in:
Mykola Grymalyuk
2023-07-24 08:53:01 -06:00
parent 24a1e35f54
commit 20d04d307d
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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"