mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
- Note building from source will require Python 3.11 or newer and up-to-date Python modules
|
- Note building from source will require Python 3.11 or newer and up-to-date Python modules
|
||||||
- Update font handling code, fixing font issues on Yosemite and El Capitan
|
- Update font handling code, fixing font issues on Yosemite and El Capitan
|
||||||
- Resolve incorrect RELEASE usage of OpenCore binaries when DEBUG enabled
|
- Resolve incorrect RELEASE usage of OpenCore binaries when DEBUG enabled
|
||||||
|
- Add RenderBox.framework patch for 3802-based Intel GPUs on macOS 13.3 and newer
|
||||||
|
- Works around Weather and Widget freezing
|
||||||
|
- Applicable for Intel Ivy Bridge and Haswell iGPUs
|
||||||
- Implement basic support for macOS Sonoma:
|
- Implement basic support for macOS Sonoma:
|
||||||
- Supports same range of hardware as Ventura, in addition to:
|
- Supports same range of hardware as Ventura, in addition to:
|
||||||
- iMac18,x
|
- iMac18,x
|
||||||
@@ -35,7 +38,7 @@
|
|||||||
- CPUFriend 1.2.7 - release
|
- CPUFriend 1.2.7 - release
|
||||||
- BlueToolFixup 2.6.8 - rolling (2305aaa)
|
- BlueToolFixup 2.6.8 - rolling (2305aaa)
|
||||||
- CryptexFixup 1.0.2 - release
|
- CryptexFixup 1.0.2 - release
|
||||||
- PatcherSupportPkg 1.3.0 - release
|
- PatcherSupportPkg 1.3.2 - release
|
||||||
- Build Server Changes:
|
- Build Server Changes:
|
||||||
- Upgrade Python backend to 3.11.5
|
- Upgrade Python backend to 3.11.5
|
||||||
- Upgrade Python modules:
|
- Upgrade Python modules:
|
||||||
|
|||||||
@@ -382,6 +382,7 @@ class SystemPatchDictionary():
|
|||||||
"/System/Library/PrivateFrameworks": {
|
"/System/Library/PrivateFrameworks": {
|
||||||
**({ "MTLCompiler.framework": "13.2.1" } if self.os_major == os_data.os_data.ventura else {}),
|
**({ "MTLCompiler.framework": "13.2.1" } if self.os_major == os_data.os_data.ventura else {}),
|
||||||
**({ "GPUCompiler.framework": "13.2.1" } if self.os_major == os_data.os_data.ventura else {}),
|
**({ "GPUCompiler.framework": "13.2.1" } if self.os_major == os_data.os_data.ventura else {}),
|
||||||
|
"RenderBox.framework": "13.2.1-3802" if self.os_major == os_data.os_data.ventura else "14.0-3802",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "1.0.0" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "1.0.0" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.3.1" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.3.2" # PatcherSupportPkg
|
||||||
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
||||||
self.patcher_name: str = "OpenCore Legacy Patcher"
|
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user