mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 20:06:01 +02:00
Added params for codesign
This commit is contained in:
parent
9e16847bc2
commit
7de5a750d3
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
- Sign for 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:
|
||||
|
||||
`codesign -v /path/to/App.app`
|
||||
`codesign -v {{/path/to/App.app}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue