Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2023-03-28 09:06:40 -06:00
parent af4d063f6e
commit afae4f8eda
3 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,14 @@
# OpenCore Legacy Patcher changelog
## 0.6.3
- Update non-Metal Binaries:
- Resolves Safari 16.4 rendering issue
- Resolves left side menubar selections
- Implements automatic menubar text color
- Implement full IOUSBHostFamily downgrade for UHCI/OHCI
- Resolves panics on certain iMac models
- Increment Binaries:
- PatcherSupportPkg 0.9.2 - release
## 0.6.2
- Work around Black Box rendering issues on certain Display Color Profiles

View File

@@ -1168,12 +1168,8 @@ class SystemPatchDictionary():
},
},
"Install": {
"/System/Library/Extensions/IOUSBHostFamily.kext/Contents/MacOS": {
"IOUSBHostFamily": "12.6.2",
},
"/System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns": {
"AppleUSBEHCI.kext": "12.6.2",
"AppleUSBHub.kext": "12.6.2",
"/System/Library/Extensions": {
"IOUSBHostFamily.kext": "12.6.2",
},
},
}

View File

@@ -13,7 +13,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "0.6.3" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "0.8.7" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "0.9.2" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
# URLs