mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
## 0.6.3
|
## 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
|
## 0.6.2
|
||||||
- Work around Black Box rendering issues on certain Display Color Profiles
|
- Work around Black Box rendering issues on certain Display Color Profiles
|
||||||
|
|||||||
@@ -1168,12 +1168,8 @@ class SystemPatchDictionary():
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
"Install": {
|
"Install": {
|
||||||
"/System/Library/Extensions/IOUSBHostFamily.kext/Contents/MacOS": {
|
"/System/Library/Extensions": {
|
||||||
"IOUSBHostFamily": "12.6.2",
|
"IOUSBHostFamily.kext": "12.6.2",
|
||||||
},
|
|
||||||
"/System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns": {
|
|
||||||
"AppleUSBEHCI.kext": "12.6.2",
|
|
||||||
"AppleUSBHub.kext": "12.6.2",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "0.6.3" # OpenCore-Legacy-Patcher
|
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"
|
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
||||||
|
|
||||||
# URLs
|
# URLs
|
||||||
|
|||||||
Reference in New Issue
Block a user