Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2023-10-02 09:14:48 -06:00
parent fb85c42c52
commit a24570de05
3 changed files with 6 additions and 2 deletions

View File

@@ -382,6 +382,7 @@ class SystemPatchDictionary():
"/System/Library/PrivateFrameworks": {
**({ "MTLCompiler.framework": "13.2.1" } if self.os_major == os_data.os_data.ventura else {}),
**({ "GPUCompiler.framework": "13.2.1" } if self.os_major == os_data.os_data.ventura else {}),
"RenderBox.framework": "13.2.1-3802" if self.os_major == os_data.os_data.ventura else "14.0-3802",
},
},
},