- Download this repo.
- Extract files on Desktop.
- Run this command in terminal. (make TouchGuard executable)
cd Desktop
sudo chmod +x TouchGuard
- Copy
TouchGuard
file (executable now) to/usr/local/bin/
folder (egsudo cp TouchGuard /usr/local/bin/
). - Copy
org.amanagr.TouchGuard.driver.Daemon.plist
to/Library/LaunchDaemons
(egsudo cp org.amanagr.TouchGuard.driver.Daemon.plist /Library/LaunchDaemons/
). - Reboot.
Based on thesyntaxinator/TouchGuard