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

View File

@@ -373,6 +373,7 @@ class SystemPatchDictionary():
"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 {}),