Skip to content

Commit

Permalink
Add ForceBooterSignature support
Browse files Browse the repository at this point in the history
Resolves hibernation issues
Closes #72
  • Loading branch information
khronokernel committed Mar 6, 2021
1 parent eb70e46 commit 1af5182
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.0.14
- 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
- Add CPUFriend support to resolve X86PlatformPlugin clashes
Expand Down
4 changes: 2 additions & 2 deletions Resources/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
class Constants:
def __init__(self):
self.patcher_version = "0.0.14"
self.opencore_commit = "cbd2fa3"
self.opencore_version = "0.6.7"
self.opencore_commit = "7bb41aa - 2021-03-06"
self.opencore_version = "0.6.8"
self.lilu_version = "1.5.1"
self.whatevergreen_version = "1.4.8"
self.airportbcrmfixup_version = "2.1.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
<false/>
<key>EnableWriteUnprotector</key>
<false/>
<key>ForceBooterSignature</key>
<true/>
<key>ForceExitBootServices</key>
<false/>
<key>ProtectMemoryRegions</key>
Expand Down
Binary file not shown.

0 comments on commit 1af5182

Please sign in to comment.