forked from jslegendre/tccplus
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67cd19e
commit 45aaf58
Showing
1 changed file
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,50 @@ | ||
# tccplus | ||
tccutil with extended capabilities. Grant/remove accessibility permissions to any app. | ||
tccutil with extended capabilities allowing you to grant/remove accessibility permissions to any app. | ||
|
||
I never recommend manually modifying any system database because if a mistake is made you risk boot-looping your computer. This is why this tool is using the undocumented TCC.framework to make changes just like macOS does internally. | ||
|
||
Requires SIP and AMFI to be disabled. | ||
Currently can only add one or all (not recommended) services at a time. Using `reset All` is fine. | ||
|
||
``` | ||
tccplus [add/reset] SERVICE [BUNDLE_ID] | ||
Services: | ||
- All | ||
- Accessibility | ||
- AddressBook | ||
- AppleEvents | ||
- Calendar | ||
- Camera | ||
- ContactsFull | ||
- ContactsLimited | ||
- DeveloperTool | ||
- ListenEvent | ||
- Liverpool | ||
- Location | ||
- MediaLibrary | ||
- Microphone | ||
- Motion | ||
- Photos | ||
- PhotosAdd | ||
- PostEvent | ||
- Reminders | ||
- ScreenCapture | ||
- ShareKit | ||
- SinaWeibo | ||
- Siri | ||
- SpeechRecognition | ||
- SystemPolicyAllFiles | ||
- SystemPolicyDesktopFolder | ||
- SystemPolicyDeveloperFiles | ||
- SystemPolicyDocumentsFolder | ||
- SystemPolicyDownloadsFolder | ||
- SystemPolicyNetworkVolumes | ||
- SystemPolicyRemovableVolumes | ||
- SystemPolicySysAdminFiles | ||
- TencentWeibo | ||
- Ubiquity | ||
- Willow | ||
``` |