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:
+2
-1
@@ -4,7 +4,8 @@
|
|||||||
- Allow for setting custom SIP values via TUI
|
- Allow for setting custom SIP values via TUI
|
||||||
- Drop `CSR_ALLOW_EXECUTABLE_POLICY_OVERRIDE` requirement for root patching
|
- Drop `CSR_ALLOW_EXECUTABLE_POLICY_OVERRIDE` requirement for root patching
|
||||||
- Lowers default SIP Disabled value to 0xA03
|
- Lowers default SIP Disabled value to 0xA03
|
||||||
- Remove legacy GMUX patch set for MacBookPro5,x machines due to instabilites
|
- Update Legacy GMUX patchset to latest Sierra Secuirty Update
|
||||||
|
- [Source](https://github.com/HackintoshHD/mbp5x-instant-gpu-switching)
|
||||||
- Fix non-Metal acceleration crashing on 12.0.1
|
- Fix non-Metal acceleration crashing on 12.0.1
|
||||||
- Yes Apple adding a notch broke our accel patches
|
- Yes Apple adding a notch broke our accel patches
|
||||||
- Fix non-Metal Control Center crashing on 12.0 Beta 10+
|
- Fix non-Metal Control Center crashing on 12.0 Beta 10+
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class Constants:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version = "0.3.1" # OpenCore-Legacy-Patcher
|
self.patcher_version = "0.3.1" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version = "0.1.10" # PatcherSupportPkg
|
self.patcher_support_pkg_version = "0.1.11" # PatcherSupportPkg
|
||||||
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
|
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
|
||||||
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
|
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user