This is a shared libraries that spoofs some ObjC method calls.
Make sure to disable SIP (csrutil disable
from Recovery), for more information see below.
Application | Link |
---|---|
Things 3 Trial | things-trial |
Bear | bear-pro |
Sketch | sketch-trial |
VPN Master | vpn-master-vip |
This hack doesn't work on systems with SIP (System Integrity Protection) enabled, and it's enabled by default since El Capitan. It can be easily disabled from Recovery Mode but it's another layer of security which is always good to have so disabling it permanently is not the wisest idea. I'll implement some solution to bypass this restriction when I have time.
git clone https://github.com/gebeto/macos-hacks
cd macos-hacks
cd <APPLICATION>
make
You can use run.sh
, it's a wrapper script that sets necessary environment variables to insert the lib and launches Applications (it assumes that installed to /Applications, edit the script if it differs for you).