Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jtimberman/171fcfd1d08b832d25f8 to your computer and use it in GitHub Desktop.
Save jtimberman/171fcfd1d08b832d25f8 to your computer and use it in GitHub Desktop.
do shell script "xcode-select --install"
do shell script "sleep 1"
tell application "System Events"
tell process "Install Command Line Developer Tools"
keystroke return
click button "Agree" of window "License Agreement"
end tell
end tell
sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db \
"INSERT INTO access
VALUES('kTCCServiceAccessibility','com.apple.ScriptEditor.id.CLT',0,1,1,NULL);"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment