mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-16 12:20:00 +10:00
Sync binaries
This commit is contained in:
+6
-2
@@ -12,9 +12,13 @@
|
||||
- Ensure Model and Board ID are set correctly before Lilu loads
|
||||
- Increment Binaries:
|
||||
- AirPortBrcmFixup 2.1.6 - release
|
||||
- AppleALC 1.7.6 - release
|
||||
- CryptexFixup 1.0.1 - release
|
||||
- DebugEnhancer 1.0.7 - release
|
||||
- FeatureUnlock 1.1.0 - rolling (2bb3c50)
|
||||
- RestrictEvents 1.0.9 - rolling (5535237)
|
||||
- FeatureUnlock 1.1.0 - release
|
||||
- OpenCorePkg 0.8.6 - release
|
||||
- RestrictEvents 1.0.9 - release
|
||||
- WhateverGreen 1.6.1 - release
|
||||
|
||||
## 0.5.1
|
||||
- Add support for `APPLE SSD TS0128F/256F` SSDs in macOS Ventura
|
||||
|
||||
@@ -2361,6 +2361,12 @@
|
||||
<integer>0</integer>
|
||||
<key>KeySubsequentDelay</key>
|
||||
<integer>5</integer>
|
||||
<key>PointerDwellClickTimeout</key>
|
||||
<integer>0</integer>
|
||||
<key>PointerDwellDoubleClickTimeout</key>
|
||||
<integer>0</integer>
|
||||
<key>PointerDwellRadius</key>
|
||||
<integer>0</integer>
|
||||
<key>PointerPollMask</key>
|
||||
<integer>-1</integer>
|
||||
<key>PointerPollMax</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Executable
BIN
Binary file not shown.
@@ -26,17 +26,17 @@ class Constants:
|
||||
|
||||
# OpenCore Versioning
|
||||
# https://github.com/acidanthera/OpenCorePkg
|
||||
self.opencore_commit = "c14b2ab - 10-04-2022"
|
||||
self.opencore_version = "0.8.5"
|
||||
self.opencore_commit = "68a4ed5 - 11-07-2022"
|
||||
self.opencore_version = "0.8.6"
|
||||
|
||||
# Kext Versioning
|
||||
## Acidanthera
|
||||
## https://github.com/acidanthera
|
||||
self.lilu_version = "1.6.2" # Lilu
|
||||
self.whatevergreen_version = "1.5.8" # WhateverGreen
|
||||
self.whatevergreen_version = "1.6.1" # WhateverGreen
|
||||
self.airportbcrmfixup_version = "2.1.6" # AirPortBrcmFixup
|
||||
self.nvmefix_version = "1.0.9" # NVMeFix
|
||||
self.applealc_version = "1.6.3" # AppleALC
|
||||
self.applealc_version = "1.7.6" # AppleALC
|
||||
self.restrictevents_version = "1.0.9" # RestrictEvents
|
||||
self.featureunlock_version = "1.1.0" # FeatureUnlock
|
||||
self.debugenhancer_version = "1.0.7" # DebugEnhancer
|
||||
|
||||
Reference in New Issue
Block a user