Update binaries

This commit is contained in:
Mykola Grymalyuk
2021-04-05 13:35:37 -06:00
parent c889f97a6c
commit f91e7dc10d
10 changed files with 32 additions and 6 deletions

View File

@@ -3,7 +3,9 @@
## 0.0.20 ## 0.0.20
- Fix CPU Calculation on early MCP79 chipsets (ie. iMac9,1, MacBook5,x) - Fix CPU Calculation on early MCP79 chipsets (ie. iMac9,1, MacBook5,x)
- Increment binaries - Increment binaries
- OpenCore a57d8df (0.6.8 rolling - 2021-03-28) - OpenCore c528597 (0.6.8 release - 2021-04-05)
- Lilu 3ef7ca1 (1.5.2 release - 2021-04-05)
- WhateverGreen afcd687 (1.4.9 release - 2021-04-05)
- Move Apple binaries to dedicated repo and allow custom repos - Move Apple binaries to dedicated repo and allow custom repos
- Reduces App size 1/5th compared to 0.0.19 - Reduces App size 1/5th compared to 0.0.19
- Fix OpenCanopy support on iMac7,1 and 8,1 - Fix OpenCanopy support on iMac7,1 and 8,1

View File

@@ -10,7 +10,7 @@ from pathlib import Path
class Constants: class Constants:
def __init__(self): def __init__(self):
self.patcher_version = "0.0.20" self.patcher_version = "0.0.20"
self.opencore_commit = "a57d8df - 2021-03-27" self.opencore_commit = "c528597 - 2021-04-05"
self.opencore_version = "0.6.8" 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"

View File

@@ -284,7 +284,6 @@ class BuildOpenCore:
else: else:
print("- Hiding picker and enabling PollAppleHotKeys") print("- Hiding picker and enabling PollAppleHotKeys")
self.config["Misc"]["Boot"]["ShowPicker"] = False self.config["Misc"]["Boot"]["ShowPicker"] = False
self.config["Misc"]["Boot"]["PollAppleHotKeys"] = True
if self.constants.vault is True: if self.constants.vault is True:
print("- Setting Vault configuration") print("- Setting Vault configuration")
self.config["Misc"]["Security"]["Vault"] = "Secure" self.config["Misc"]["Security"]["Vault"] = "Secure"

View File

@@ -29,6 +29,10 @@
<key>Patch</key> <key>Patch</key>
<array> <array>
<dict> <dict>
<key>Base</key>
<string></string>
<key>BaseSkip</key>
<integer>0</integer>
<key>Comment</key> <key>Comment</key>
<string>XHC1 to SHC1</string> <string>XHC1 to SHC1</string>
<key>Count</key> <key>Count</key>
@@ -55,6 +59,10 @@
<data></data> <data></data>
</dict> </dict>
<dict> <dict>
<key>Base</key>
<string></string>
<key>BaseSkip</key>
<integer>0</integer>
<key>Comment</key> <key>Comment</key>
<string>EHC1 to EH01</string> <string>EHC1 to EH01</string>
<key>Count</key> <key>Count</key>
@@ -81,6 +89,10 @@
<data></data> <data></data>
</dict> </dict>
<dict> <dict>
<key>Base</key>
<string></string>
<key>BaseSkip</key>
<integer>0</integer>
<key>Comment</key> <key>Comment</key>
<string>EHC2 to EH02</string> <string>EHC2 to EH02</string>
<key>Count</key> <key>Count</key>
@@ -841,7 +853,7 @@
<key>PickerVariant</key> <key>PickerVariant</key>
<string>Modern</string> <string>Modern</string>
<key>PollAppleHotKeys</key> <key>PollAppleHotKeys</key>
<false/> <true/>
<key>ShowPicker</key> <key>ShowPicker</key>
<true/> <true/>
<key>TakeoffDelay</key> <key>TakeoffDelay</key>
@@ -1183,6 +1195,21 @@
<key>MinVersion</key> <key>MinVersion</key>
<integer>0</integer> <integer>0</integer>
</dict> </dict>
<key>AppleInput</key>
<dict>
<key>AppleEvent</key>
<string>Builtin</string>
<key>CustomDelays</key>
<string>Disabled</string>
<key>KeyInitialDelay</key>
<integer>0</integer>
<key>KeySubsequentDelay</key>
<integer>5</integer>
<key>PointerSpeedDiv</key>
<integer>1</integer>
<key>PointerSpeedMul</key>
<integer>1</integer>
</dict>
<key>Audio</key> <key>Audio</key>
<dict> <dict>
<key>AudioCodec</key> <key>AudioCodec</key>
@@ -1264,8 +1291,6 @@
<true/> <true/>
<key>AppleDebugLog</key> <key>AppleDebugLog</key>
<true/> <true/>
<key>AppleEvent</key>
<true/>
<key>AppleFramebufferInfo</key> <key>AppleFramebufferInfo</key>
<false/> <false/>
<key>AppleImageConversion</key> <key>AppleImageConversion</key>

Binary file not shown.

Binary file not shown.