Skip to content

Releases: DocSystem/tccutil

tccutil 1.2

28 Apr 19:17
a0e7288
Compare
Choose a tag to compare

Updated to work on macOS 12 by @zhouchenh

If you are using an older version of macOS, please use version 1.1

tccutil 1.1

22 Feb 18:14
55f4f31
Compare
Choose a tag to compare

Updated permissions check to see if user can modify applications permissions

Last version checked on macOS 11 / 10

tccutil 1.0

07 Jul 15:30
184fe67
Compare
Choose a tag to compare

First tccutil release

Usage:

tccutil.py [-h] [-e] [-d] [-id BUNDLEID] [-p APPPATH] [-n APPNAME]
           [--contacts] [--calendar] [--reminders] [--photos]
           [--camera] [--micro]

optional arguments:
  -h, --help            show this help message and exit
  -e, --enable          Enable App Function
  -d, --disable         Disable App Function
  -id BUNDLEID, --bundleid BUNDLEID
                        Defines App Bundle ID
  -p APPPATH, --apppath APPPATH
                        Defines App Path to automatically find Bundle ID
  -n APPNAME, --appname APPNAME
                        Defines App Name to automatically find Bundle ID (if
                        app is stored in /Applications/, else, please use
                        --apppath)
  --contacts            Change Contacts Access Status for the selected app
  --calendar            Change Calendar Access Status for the selected app
  --reminders           Change Reminders Access Status for the selected app
  --photos              Change Photos Access Status for the selected app
  --camera              Change Camera Status for the selected app
  --micro               Change Microphone Status for the selected app