Skip to content

Commit

Permalink
Sync PatcherSupportPkg
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Mar 28, 2023
1 parent af4d063 commit afae4f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 2 additions & 6 deletions data/sys_patch_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -1168,12 +1168,8 @@ def _generate_sys_patch_dict(self):
},
},
"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",
},
},
}
Expand Down
2 changes: 1 addition & 1 deletion resources/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afae4f8

Please sign in to comment.