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:
+3
-1
@@ -17,13 +17,15 @@
|
|||||||
- Prevents vague errors when creating Ventura installers on Yosemite
|
- Prevents vague errors when creating Ventura installers on Yosemite
|
||||||
- Resolve WindowServer crashing with Rapid Security Response (RSR) installation
|
- Resolve WindowServer crashing with Rapid Security Response (RSR) installation
|
||||||
- Primarily applicable for Haswell iGPUs on 13.3.1 (a)
|
- Primarily applicable for Haswell iGPUs on 13.3.1 (a)
|
||||||
|
- Update legacy Wireless binaries
|
||||||
|
- Resolve wifi crashing on 13.4 with BCM94322, BCM943224 and Atheros chipsets
|
||||||
- Backend changes:
|
- Backend changes:
|
||||||
- macos_installer_handler.py:
|
- macos_installer_handler.py:
|
||||||
- Expand OS support for IA parsing in SUCatalog
|
- Expand OS support for IA parsing in SUCatalog
|
||||||
- gui_main.py:
|
- gui_main.py:
|
||||||
- Fix spacing regression introduced with `.AppleSystemUIFont` implementation
|
- Fix spacing regression introduced with `.AppleSystemUIFont` implementation
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- PatcherSupportPkg 0.9.6 - release
|
- PatcherSupportPkg 0.9.7 - release
|
||||||
- Build Server Changes:
|
- Build Server Changes:
|
||||||
- Upgrade CI Host to macOS Monterey
|
- Upgrade CI Host to macOS Monterey
|
||||||
- Upgrade Xcode to 14.2
|
- Upgrade Xcode to 14.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.5" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "0.6.5" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "0.9.6" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "0.9.7" # 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