sys_patch_helpers.py: Add Metal libary patching

Resolves many 3rd party apps crashing on 13.3 when trying to invoke Metal directly
This commit is contained in:
Mykola Grymalyuk
2023-04-07 12:59:18 -06:00
parent 96e96464f2
commit 1ce6f79240
4 changed files with 70 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "0.6.3" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "0.9.2" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "0.9.3" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
# URLs