You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'select * from access'
45
+
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" "SELECT name FROM PRAGMA_TABLE_INFO('access')"
46
+
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" "delete from access where client='edu.unc.OSXScraper' and service='kTCCServiceAccessibility'"
47
+
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'select * from access'
48
+
49
+
echo "test-without-building, run 1 case to enable Accessibility access magically"
0 commit comments