1
0
Fork 0
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:
Vincent Yang 2017-10-14 21:01:32 -07:00
parent 9e16847bc2
commit 7de5a750d3

View file

@ -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}}`