Sync binaries

This commit is contained in:
Mykola Grymalyuk
2022-12-14 19:04:29 -07:00
parent 1f63dffd3f
commit 2fba826f80
15 changed files with 11 additions and 5 deletions
+4
View File
@@ -12,6 +12,10 @@
- Avoids accidental use of non-Metal Web Drivers on Kepler GPUs - Avoids accidental use of non-Metal Web Drivers on Kepler GPUs
- Resolve silent auto patcher crash when new OCLP version is available - Resolve silent auto patcher crash when new OCLP version is available
- Implement [`py_sip_xnu`](https://github.com/khronokernel/py_sip_xnu) module - Implement [`py_sip_xnu`](https://github.com/khronokernel/py_sip_xnu) module
- Increment Binaries:
- OpenCorePkg 0.8.7 - release
- FeatureUnlock 1.1.1 - release
- WhateverGreen 1.6.2 - release
## 0.5.2 ## 0.5.2
- Ventura Specific Updates: - Ventura Specific Updates:
+3 -1
View File
@@ -1977,6 +1977,8 @@
<integer>0</integer> <integer>0</integer>
<key>HibernateMode</key> <key>HibernateMode</key>
<string>Auto</string> <string>Auto</string>
<key>HibernateSkipsPicker</key>
<false/>
<key>HideAuxiliary</key> <key>HideAuxiliary</key>
<true/> <true/>
<key>LauncherPath</key> <key>LauncherPath</key>
@@ -1994,7 +1996,7 @@
<key>PollAppleHotKeys</key> <key>PollAppleHotKeys</key>
<true/> <true/>
<key>ShowPicker</key> <key>ShowPicker</key>
<string>SkipOnHibernateWake</string> <true/>
<key>TakeoffDelay</key> <key>TakeoffDelay</key>
<integer>0</integer> <integer>0</integer>
<key>Timeout</key> <key>Timeout</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -218,7 +218,7 @@ class build_misc:
if self.constants.showpicker is False: if self.constants.showpicker is False:
print("- Hiding OpenCore picker") print("- Hiding OpenCore picker")
self.config["Misc"]["Boot"]["ShowPicker"] = "Never" self.config["Misc"]["Boot"]["ShowPicker"] = False
if self.constants.oc_timeout != 5: if self.constants.oc_timeout != 5:
print(f"- Setting custom OpenCore picker timeout to {self.constants.oc_timeout} seconds") print(f"- Setting custom OpenCore picker timeout to {self.constants.oc_timeout} seconds")
+3 -3
View File
@@ -26,19 +26,19 @@ class Constants:
# OpenCore Versioning # OpenCore Versioning
# https://github.com/acidanthera/OpenCorePkg # https://github.com/acidanthera/OpenCorePkg
self.opencore_commit = "5061093 - 11-16-2022" self.opencore_commit = "10fc98f - 12-06-2022"
self.opencore_version = "0.8.7" self.opencore_version = "0.8.7"
# Kext Versioning # Kext Versioning
## Acidanthera ## Acidanthera
## https://github.com/acidanthera ## https://github.com/acidanthera
self.lilu_version = "1.6.2" # Lilu self.lilu_version = "1.6.2" # Lilu
self.whatevergreen_version = "1.6.1" # WhateverGreen self.whatevergreen_version = "1.6.2" # WhateverGreen
self.airportbcrmfixup_version = "2.1.6" # AirPortBrcmFixup self.airportbcrmfixup_version = "2.1.6" # AirPortBrcmFixup
self.nvmefix_version = "1.0.9" # NVMeFix self.nvmefix_version = "1.0.9" # NVMeFix
self.applealc_version = "1.6.3" # AppleALC self.applealc_version = "1.6.3" # AppleALC
self.restrictevents_version = "1.0.9" # RestrictEvents self.restrictevents_version = "1.0.9" # RestrictEvents
self.featureunlock_version = "1.1.0" # FeatureUnlock self.featureunlock_version = "1.1.1" # FeatureUnlock
self.debugenhancer_version = "1.0.7" # DebugEnhancer self.debugenhancer_version = "1.0.7" # DebugEnhancer
self.cpufriend_version = "1.2.5" # CPUFriend self.cpufriend_version = "1.2.5" # CPUFriend
self.bluetool_version = "2.6.4" # BlueToolFixup (BrcmPatchRAM) self.bluetool_version = "2.6.4" # BlueToolFixup (BrcmPatchRAM)