mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 06:10:00 +10:00
Fix WPA Enterprise and non-Metal blank WebKit on TS2/WebDriver
NOTE: Need to revert and re-run post install patches for WPA enterprise networks.
This commit is contained in:
@@ -1158,9 +1158,6 @@ class SystemPatchDictionary():
|
|||||||
"wifianalyticsd": "13.5",
|
"wifianalyticsd": "13.5",
|
||||||
"wifip2pd": "13.5",
|
"wifip2pd": "13.5",
|
||||||
},
|
},
|
||||||
"/System/Library/CoreServices": {
|
|
||||||
"WiFiAgent.app": "13.5",
|
|
||||||
},
|
|
||||||
"/System/Library/Frameworks": {
|
"/System/Library/Frameworks": {
|
||||||
"CoreWLAN.framework": "13.5",
|
"CoreWLAN.framework": "13.5",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "0.6.9" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "0.6.9" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.3.0" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.3.1" # PatcherSupportPkg
|
||||||
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
||||||
self.patcher_name: str = "OpenCore Legacy Patcher"
|
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user