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:
Eduardo Covas
2023-09-23 15:11:50 -03:00
committed by GitHub
parent 9317e11009
commit 51eb22bc94
2 changed files with 1 additions and 4 deletions

View File

@@ -1158,9 +1158,6 @@ class SystemPatchDictionary():
"wifianalyticsd": "13.5",
"wifip2pd": "13.5",
},
"/System/Library/CoreServices": {
"WiFiAgent.app": "13.5",
},
"/System/Library/Frameworks": {
"CoreWLAN.framework": "13.5",
},

View File

@@ -14,7 +14,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
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.patcher_name: str = "OpenCore Legacy Patcher"