codesign grammar updates
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
> Create and manipulate code signatures for macOS.
|
||||
|
||||
- Sign for an application with your certificate:
|
||||
- Sign an application with your certificate:
|
||||
|
||||
`codesign -s {{"My Company Name"}} {{/path/to/App.app}}`
|
||||
|
||||
- Verify a certificate to an application:
|
||||
- Verify the certificate of an application:
|
||||
|
||||
`codesign -v {{/path/to/App.app}}`
|
||||
|
Reference in New Issue
Block a user