https://github.com/ericrabil/tccmania
CLI tool for properly editing the TCC database
https://github.com/ericrabil/tccmania
Last synced: 8 months ago
JSON representation
CLI tool for properly editing the TCC database
- Host: GitHub
- URL: https://github.com/ericrabil/tccmania
- Owner: EricRabil
- Created: 2021-09-04T16:29:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T16:34:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T04:41:51.804Z (over 1 year ago)
- Language: Swift
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCCMania
```
Usage: tcc-mania [options]
manipulate the TCC database from the command-line
list of services:
- addressBook
- calendar
- reminders
- twitter
- facebook
- sinaWeibo
- liverpool
- ubiquity
- tencentWeibo
- photos
- photosAdd
- shareKit
- microphone
- camera
- willow
- mediaLibrary
- siri
AMFI must be disabled as this requires the private entitlement com.apple.private.tcc.manager
Examples:
tcc-mania grant camera -p /Applications/Brave\ Browser.app
tcc-mania revoke microphone -i com.hnc.Discord
tcc-mania reset photos -p /Applications/Twitter.app
Options:
-i, --bundle-id Path to the bundle ID to set TCC access for
-h, --help Show help information
-p, --path Path to the executable to set TCC access for
```