Sync PatcherSupportPkg

This commit is contained in:
Eduardo Covas
2024-09-23 13:58:43 -03:00
committed by GitHub
parent 16ab3367f8
commit 861898272b
3 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "2.1.0" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.8.2" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.8.3" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"

View File

@@ -34,7 +34,7 @@ class AMDTeraScale(BaseSharedPatchSet):
PatchType.OVERWRITE_SYSTEM_VOLUME: {
"/System/Library/Extensions": {
"AMDFramebuffer.kext": "10.13.6",
"AMDLegacyFramebuffer.kext": "10.13.6",
"AMDLegacyFramebuffer.kext": "10.13.6" if self._xnu_float < self.macOS_13_3 else "10.13.6 TS2",
"AMDLegacySupport.kext": "10.13.6",
"AMDShared.bundle": "10.13.6",
"AMDSupport.kext": "10.13.6",