Merge branch 'master' into draft

This commit is contained in:
Sun Knudsen 2021-05-14 07:35:38 -04:00
commit 0a4d50dd7c
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -34,6 +34,20 @@ Successfully reset Camera approval status for org.whispersystems.signal-desktop
👍
### Reset all privacy permissions for single app
```console
$ mdls -name kMDItemCFBundleIdentifier -r /Applications/Signal.app
org.whispersystems.signal-desktop
$ tccutil reset All org.whispersystems.signal-desktop
Successfully reset All approval status for org.whispersystems.signal-desktop
```
Successfully reset All approval status for org.whispersystems.signal-desktop
👍
### Reset single privacy permission for all apps
```console