codesign grammar updates

This commit is contained in:
Vincent Yang
2017-10-15 11:57:27 -07:00
parent 7de5a750d3
commit aac8ed5e6d

View File

@@ -2,10 +2,10 @@
> Create and manipulate code signatures for macOS. > 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}}` `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}}` `codesign -v {{/path/to/App.app}}`