diff --git a/DortaniaInternalResources.dmg b/DortaniaInternalResources.dmg index a6fd76c65..6d0bf0b20 100644 Binary files a/DortaniaInternalResources.dmg and b/DortaniaInternalResources.dmg differ diff --git a/opencore_legacy_patcher/constants.py b/opencore_legacy_patcher/constants.py index 08286878f..6d9bed5aa 100644 --- a/opencore_legacy_patcher/constants.py +++ b/opencore_legacy_patcher/constants.py @@ -14,7 +14,7 @@ class Constants: def __init__(self) -> None: # Patcher Versioning self.patcher_version: str = "1.6.0" # OpenCore-Legacy-Patcher - self.patcher_support_pkg_version: str = "1.4.9" # PatcherSupportPkg + self.patcher_support_pkg_version: str = "1.6.0" # PatcherSupportPkg self.copyright_date: str = "Copyright © 2020-2024 Dortania" self.patcher_name: str = "OpenCore Legacy Patcher" diff --git a/opencore_legacy_patcher/datasets/sys_patch_dict.py b/opencore_legacy_patcher/datasets/sys_patch_dict.py index adc577268..b1f295ebe 100644 --- a/opencore_legacy_patcher/datasets/sys_patch_dict.py +++ b/opencore_legacy_patcher/datasets/sys_patch_dict.py @@ -1231,12 +1231,12 @@ class SystemPatchDictionary(): "wifip2pd": "13.6.5", }, "/System/Library/Frameworks": { - "CoreWLAN.framework": "13.6.5", + "CoreWLAN.framework": f"13.6.5-{self.os_major}", }, "/System/Library/PrivateFrameworks": { - "CoreWiFi.framework": "13.6.5", - "IO80211.framework": "13.6.5", - "WiFiPeerToPeer.framework": "13.6.5", + "CoreWiFi.framework": f"13.6.5-{self.os_major}", + "IO80211.framework": f"13.6.5-{self.os_major}", + "WiFiPeerToPeer.framework": f"13.6.5-{self.os_major}", }, "/System/Library/CoreServices": { **({ "WiFiAgent.app": "14.5" } if self.os_major >= os_data.os_data.sequoia else {}), @@ -1405,7 +1405,7 @@ class SystemPatchDictionary(): }, "Install": { "/System/Library/Frameworks": { - "LocalAuthentication.framework": "13.6" # Required for Password Authentication (SharedUtils.framework) + "LocalAuthentication.framework": f"13.6-{self.os_major}", # Required for Password Authentication (SharedUtils.framework) }, "/System/Library/PrivateFrameworks": { "EmbeddedOSInstall.framework": "13.6", # Required for biometrickitd