Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

10.9.5 support? #6

Open
vkedwardli opened this issue Nov 28, 2014 · 2 comments
Open

10.9.5 support? #6

vkedwardli opened this issue Nov 28, 2014 · 2 comments

Comments

@vkedwardli
Copy link

Tried dmayle's
sudo perl -i.bak -pe '$before = qr"\x0F\x85\x9D\x03\x00\x00"s;s/$before/\xE9\x84\x03\x00\x00\x90/g;$before2 = qr"\x25\x26\x00\x48\x85\xC9\x74\x10"s;s/$before2/\x25\x26\x00\x48\x85\xC9\xEB\x11/g' /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

But seems not working on my 2013 MacBook Air, any one get a working 10.9.5? Thanks

@Floris497
Copy link

I may install 10.9.5 for some old software today, i can try it.

@tonyla
Copy link

tonyla commented Jan 28, 2015

That command works you are most likely missing the second step of signing the patched IOKit

sudo codesign -f -s - /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

I confirmed that command works on my 2012 Mac Mini (with the additional command above)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants