Bulk change: move double quotes outside tokens (#4431)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
- Sign an application with a certificate:
|
||||
|
||||
`codesign -s {{"My Company Name"}} {{/path/to/App.app}}`
|
||||
`codesign -s "{{My Company Name}}" {{/path/to/App.app}}`
|
||||
|
||||
- Verify the certificate of an application:
|
||||
|
||||
|
Reference in New Issue
Block a user