mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Resolve non-Metal Photos app crash
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
## 1.2.0
|
## 1.2.0
|
||||||
- Resolve application not existing if user dismisses an update instead of installing
|
- Resolve application not existing if user dismisses an update instead of installing
|
||||||
- Add support for detecting T1 Security Chips in DFU mode
|
- Add support for detecting T1 Security Chips in DFU mode
|
||||||
|
- Update non-Metal Binaries for macOS Sonoma:
|
||||||
|
- Resolve Photos app crash
|
||||||
|
- Increment Binaries:
|
||||||
|
- PatcherSupportPkg 1.4.3 - release
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
- Resolve rendering issues on Intel Broadwell iGPUs
|
- Resolve rendering issues on Intel Broadwell iGPUs
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "1.2.0" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "1.2.0" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.4.2" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.4.3" # 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