Skip to content

Commit

Permalink
build: Re-enable AuxKC patch
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Dec 17, 2022
1 parent e1568d9 commit 66e1cbc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@
- Resolve Content Caching Patch Regression
- Resolve KDK Versioning Fallback crashing when primary KDK site is down
- Resolve AirPlay to Mac support on Ventura with VMM
- Resolve WindowServer crashing on KDK-less with macOS 13.2 and Rapid Security Response updates
- Resolve Host Versioning when RSR is installed
- Resolve iMac7,1-8,1 and MacBookPro4,1 boot support in Ventura
- Increment Binaries:
Expand Down
Binary file modified payloads/Kexts/Misc/KDKlessWorkaround-v1.0.0-DEBUG.zip
Binary file not shown.
Binary file modified payloads/Kexts/Misc/KDKlessWorkaround-v1.0.0-RELEASE.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/build/misc.py
Expand Up @@ -33,7 +33,7 @@ def build(self):
self.debug_handling()
self.cpu_friend_handling()
self.general_oc_handling()
# self.aux_kc_workaround()
self.aux_kc_workaround()

def feature_unlock_handling(self):
if self.constants.fu_status is True:
Expand Down

0 comments on commit 66e1cbc

Please sign in to comment.