Add FeatureUnlock

Creates less confusion with new name
This commit is contained in:
Mykola Grymalyuk
2021-07-08 10:14:25 -06:00
parent 4dc76e26fc
commit d7aa3889f9
6 changed files with 11 additions and 10 deletions

View File

@@ -13,7 +13,8 @@
- Note: enabling may create network instability - Note: enabling may create network instability
- Increment Binaries - Increment Binaries
- OpenCore 0.7.1 release (07-05-2021) - OpenCore 0.7.1 release (07-05-2021)
- SidecarFixup 1.0.2 release (07-05-2021) - FeatureUnlock 1.0.3 rolling (07-07-2021)
- Previously known as SidecarFixup
- Lilu 1.5.4 release (07-05-2021) - Lilu 1.5.4 release (07-05-2021)
- AppleALC 1.6.2 release - AppleALC 1.6.2 release
- WhateverGreen 1.6.2 release - WhateverGreen 1.6.2 release

View File

@@ -189,7 +189,7 @@ class BuildOpenCore:
# IDE patch # IDE patch
("AppleIntelPIIXATA.kext", self.constants.piixata_version, self.constants.piixata_path, lambda: self.model in ModelArray.IDEPatch), ("AppleIntelPIIXATA.kext", self.constants.piixata_version, self.constants.piixata_path, lambda: self.model in ModelArray.IDEPatch),
# Misc # Misc
("SidecarFixup.kext", self.constants.sidecarfixup_version, self.constants.sidecarfixup_path, lambda: self.model in ModelArray.SidecarPatch), ("FeatureUnlock.kext", self.constants.featureunlock_version, self.constants.featureunlock_path, lambda: self.model in ModelArray.SidecarPatch),
("DebugEnhancer.kext", self.constants.debugenhancer_version, self.constants.debugenhancer_path, lambda: self.constants.kext_debug is True), ("DebugEnhancer.kext", self.constants.debugenhancer_version, self.constants.debugenhancer_path, lambda: self.constants.kext_debug is True),
]: ]:
self.enable_kext(name, version, path, check) self.enable_kext(name, version, path, check)

View File

@@ -38,7 +38,7 @@ class Constants:
self.nightshift_version = "1.1.0" self.nightshift_version = "1.1.0"
self.smcspoof_version = "1.0.0" self.smcspoof_version = "1.0.0"
self.nvmefix_version = "1.0.9" self.nvmefix_version = "1.0.9"
self.sidecarfixup_version = "1.0.2" self.featureunlock_version = "1.0.3"
self.debugenhancer_version = "1.0.3" self.debugenhancer_version = "1.0.3"
self.innie_version = "1.3.0" self.innie_version = "1.3.0"
self.fw_kext = "1.0.0" self.fw_kext = "1.0.0"
@@ -89,6 +89,7 @@ class Constants:
self.terascale_2_patch = False self.terascale_2_patch = False
self.enable_wake_on_wlan = False self.enable_wake_on_wlan = False
self.allow_ivy_igpu = False self.allow_ivy_igpu = False
self.moj_cat_accel = False
# OS Versions # OS Versions
self.tiger = 8 self.tiger = 8
@@ -267,8 +268,8 @@ class Constants:
return self.payload_kexts_path / Path(f"Acidanthera/NVMeFix-v{self.nvmefix_version}.zip") return self.payload_kexts_path / Path(f"Acidanthera/NVMeFix-v{self.nvmefix_version}.zip")
@property @property
def sidecarfixup_path(self): def featureunlock_path(self):
return self.payload_kexts_path / Path(f"Acidanthera/SidecarFixup-v{self.sidecarfixup_version}.zip") return self.payload_kexts_path / Path(f"Acidanthera/FeatureUnlock-v{self.featureunlock_version}.zip")
@property @property
def debugenhancer_path(self): def debugenhancer_path(self):

View File

@@ -9,14 +9,13 @@ This patcher is made of multiple external applications from different people and
* [AirportBrcmFixup](https://github.com/acidanthera/AirportBrcmFixup/blob/master/LICENSE.txt) * [AirportBrcmFixup](https://github.com/acidanthera/AirportBrcmFixup/blob/master/LICENSE.txt)
* [CPUFriend](https://github.com/acidanthera/CPUFriend/blob/master/LICENSE) * [CPUFriend](https://github.com/acidanthera/CPUFriend/blob/master/LICENSE)
* [RestrictEvents](https://github.com/acidanthera/RestrictEvents/blob/master/LICENSE.txt) * [RestrictEvents](https://github.com/acidanthera/RestrictEvents/blob/master/LICENSE.txt)
* [NightShiftEnabler](https://github.com/cdf/NightShiftEnabler/blob/master/LICENSE.txt) * [FeatureUnlock](https://github.com/acidanthera/FeatureUnlock/blob/master/LICENSE.txt)
* [Innie](https://github.com/cdf/Innie/blob/master/LICENSE.txt) * [Innie](https://github.com/cdf/Innie/blob/master/LICENSE.txt)
* GPL 2.0 * GPL 2.0
* [NVMeFix](https://github.com/acidanthera/NVMeFix/blob/master/LICENSE.txt) * [NVMeFix](https://github.com/acidanthera/NVMeFix/blob/master/LICENSE.txt)
* All rights reserved to respective authors * All rights reserved to respective authors
* [AAAMouSSE](https://forums.macrumors.com/threads/mp3-1-others-sse-4-2-emulation-to-enable-amd-metal-driver.2206682/) - Syncretic * [AAAMouSSE](https://forums.macrumors.com/threads/mp3-1-others-sse-4-2-emulation-to-enable-amd-metal-driver.2206682/) - Syncretic
* [telemetrap](https://forums.macrumors.com/threads/mp3-1-others-sse-4-2-emulation-to-enable-amd-metal-driver.2206682/post-28447707) - Syncretic * [telemetrap](https://forums.macrumors.com/threads/mp3-1-others-sse-4-2-emulation-to-enable-amd-metal-driver.2206682/post-28447707) - Syncretic
* [SidecarFixup](https://github.com/khronokernel/SidecarFixup) - Khronokernel
* Apple Binaries - Apple Inc. * Apple Binaries - Apple Inc.
Remaining files within OpenCore Legacy Patcher are copyrighted 2020-2021 Mykola Grymalyuk & Dhinak G. For integration into other projects, please request written permission. Remaining files within OpenCore Legacy Patcher are copyrighted 2020-2021 Mykola Grymalyuk & Dhinak G. For integration into other projects, please request written permission.

View File

@@ -812,7 +812,7 @@
<key>Arch</key> <key>Arch</key>
<string>x86_64</string> <string>x86_64</string>
<key>Comment</key> <key>Comment</key>
<string>SidecarFixup</string> <string>FeatureUnlock</string>
<key>Enabled</key> <key>Enabled</key>
<false/> <false/>
<key>MaxKernel</key> <key>MaxKernel</key>
@@ -820,9 +820,9 @@
<key>MinKernel</key> <key>MinKernel</key>
<string>16.0.0</string> <string>16.0.0</string>
<key>BundlePath</key> <key>BundlePath</key>
<string>SidecarFixup.kext</string> <string>FeatureUnlock.kext</string>
<key>ExecutablePath</key> <key>ExecutablePath</key>
<string>Contents/MacOS/SidecarFixup</string> <string>Contents/MacOS/FeatureUnlock</string>
<key>PlistPath</key> <key>PlistPath</key>
<string>Contents/Info.plist</string> <string>Contents/Info.plist</string>
</dict> </dict>

Binary file not shown.