mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
Add ForceBooterSignature support
Resolves hibernation issues Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/72
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 0.0.14
|
## 0.0.14
|
||||||
- Enable ThirdPartyDrives to aid with hibernation on 3rd party SATA drives
|
- Enable ThirdPartyDrives to aid with hibernation on 3rd party SATA drives
|
||||||
|
- Increment OpenCore 7bb41aa (0.6.8 rolling, 2021-03-06)
|
||||||
|
- Add ForceBooterSignature to resolve hibernation issues
|
||||||
|
|
||||||
## 0.0.13
|
## 0.0.13
|
||||||
- Add CPUFriend support to resolve X86PlatformPlugin clashes
|
- Add CPUFriend support to resolve X86PlatformPlugin clashes
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ from pathlib import Path
|
|||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.patcher_version = "0.0.14"
|
self.patcher_version = "0.0.14"
|
||||||
self.opencore_commit = "cbd2fa3"
|
self.opencore_commit = "7bb41aa - 2021-03-06"
|
||||||
self.opencore_version = "0.6.7"
|
self.opencore_version = "0.6.8"
|
||||||
self.lilu_version = "1.5.1"
|
self.lilu_version = "1.5.1"
|
||||||
self.whatevergreen_version = "1.4.8"
|
self.whatevergreen_version = "1.4.8"
|
||||||
self.airportbcrmfixup_version = "2.1.2"
|
self.airportbcrmfixup_version = "2.1.2"
|
||||||
|
|||||||
@@ -145,6 +145,8 @@
|
|||||||
<false/>
|
<false/>
|
||||||
<key>EnableWriteUnprotector</key>
|
<key>EnableWriteUnprotector</key>
|
||||||
<false/>
|
<false/>
|
||||||
|
<key>ForceBooterSignature</key>
|
||||||
|
<true/>
|
||||||
<key>ForceExitBootServices</key>
|
<key>ForceExitBootServices</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>ProtectMemoryRegions</key>
|
<key>ProtectMemoryRegions</key>
|
||||||
Binary file not shown.
Reference in New Issue
Block a user