Added bundle identifier command

This is redundant but given guide does not have steps, someone just getting started might not connect the dots.
This commit is contained in:
Sun Knudsen 2021-05-14 10:36:31 +00:00 committed by GitHub
parent 0e75537800
commit 65e874d4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,9 @@ Successfully reset Camera approval status for org.whispersystems.signal-desktop
### Reset all privacy permissions for single app ### Reset all privacy permissions for single app
```console ```console
$ mdls -name kMDItemCFBundleIdentifier -r /Applications/Signal.app
org.whispersystems.signal-desktop
$ tccutil reset All 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
``` ```