Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2024-07-03 13:47:33 -06:00
parent 76516394fd
commit b7c4ea2b89
3 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@@ -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"

View File

@@ -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