Sync binaries

This commit is contained in:
Mykola Grymalyuk
2023-03-14 20:59:36 -06:00
parent 6013eaffe9
commit 1108d248e5
25 changed files with 12 additions and 6 deletions

View File

@@ -57,6 +57,10 @@
- PatcherSupportPkg 0.8.4 - release - PatcherSupportPkg 0.8.4 - release
- AutoPkgInstaller 1.0.2 - release - AutoPkgInstaller 1.0.2 - release
- FeatureUnlock 1.1.4 - rolling (0e8d87f) - FeatureUnlock 1.1.4 - rolling (0e8d87f)
- Lilu 1.6.4 - release
- WhateverGreen 1.6.4 - release
- NVMeFix 1.1.0 - release
- Innie 1.3.1 - release
## 0.6.1 ## 0.6.1
- Avoid usage of KDKlessWorkaround on hardware not requiring it - Avoid usage of KDKlessWorkaround on hardware not requiring it

View File

@@ -2699,6 +2699,8 @@
<true/> <true/>
<key>ResizeGpuBars</key> <key>ResizeGpuBars</key>
<integer>-1</integer> <integer>-1</integer>
<key>ResizeUsePciRbIo</key>
<false/>
<key>TscSyncTimeout</key> <key>TscSyncTimeout</key>
<integer>0</integer> <integer>0</integer>
<key>UnblockFsConnect</key> <key>UnblockFsConnect</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.

View File

@@ -32,11 +32,11 @@ class Constants:
# Kext Versioning # Kext Versioning
## Acidanthera ## Acidanthera
## https://github.com/acidanthera ## https://github.com/acidanthera
self.lilu_version = "1.6.3" # Lilu self.lilu_version = "1.6.4" # Lilu
self.whatevergreen_version = "1.6.3" # WhateverGreen self.whatevergreen_version = "1.6.4" # WhateverGreen
self.whatevergreen_navi_version = "1.6.3-Navi" # WhateverGreen (Navi Patch) self.whatevergreen_navi_version = "1.6.4-Navi" # WhateverGreen (Navi Patch)
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.1.0" # 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.4" # FeatureUnlock self.featureunlock_version = "1.1.4" # FeatureUnlock
@@ -90,7 +90,7 @@ class Constants:
## cdf ## cdf
## https://github.com/cdf/Innie ## https://github.com/cdf/Innie
self.innie_version = "1.3.0" # Innie self.innie_version = "1.3.1" # Innie
## arter97 ## arter97
## https://github.com/arter97/SimpleMSR/ ## https://github.com/arter97/SimpleMSR/
@@ -461,7 +461,7 @@ class Constants:
@property @property
def innie_path(self): def innie_path(self):
return self.payload_kexts_path / Path(f"Misc/Innie-v{self.innie_version}.zip") return self.payload_kexts_path / Path(f"Misc/Innie-v{self.innie_version}-{self.kext_variant}.zip")
@property @property
def simplemsr_path(self): def simplemsr_path(self):