Open
Conversation
0. adding two command line arguments for experimental add ons 1. and 2. (lines 118-125) 1. experimental Night Shift support: CoreBrightness.framework patched by @JackLuKe (lines 858-876) - enable with command line option --ns - including code to restore defaults with -u (depends on new zip archive CoreBrightness.framework.zip in kexts folder) - enabling Night Shift currently blocks webkit HTML display in Safari and Apple Mail 2. experimental Sandy Bridge HD3000 iGPU support: AppleGVA.framework patched by @JackLuKe (lines 878-895) - enable with command line option --ns - including code to restore defaults with -u (depends on new zip archive AppleGVA.framework.zip in kexts folder) - this is a frame to check new patched frameworks easily while patching 3. updated code to support iMac 11,x Late 2009 and Mid 2010 with Metal GPU (lines 734-776) - automated GPU detection and patch selection - beautify code to make look equal to yours 4. updated code to support iMac 12,x Mid 2011 with Metal GPU - automated GPU detection and patch selection (line 653-732, 778-827) - automated GPU detection and patch selection - beautify code to make look equal to yours 5. experimental plist patching to enable HandOff and Continuity (lines 831-856) - currently no cleanup or rewriting with -u implemented Summary: Changes 0, 1, 2 are really experimental Changes 3,4 are vital Change 5 is IMHO a necessary enhancement of the WiFi card detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adding two command line arguments for experimental add ons 1. and 2. (lines 118-125)
experimental Night Shift support: CoreBrightness.framework patched by @JackLuKe (lines 858-876)
(depends on new zip archive CoreBrightness.framework.zip in kexts folder)
(depends on new zip archive AppleGVA.framework.zip in kexts folder)
Summary:
Changes 0, 1, 2 are really experimental
Changes 3,4 are vital
Change 5 is IMHO a necessary enhancement of the WiFi card detection
--
obviously my version of the 0.5.2dev was older than the current one (saw some exzip calls instead of unzip -q)