Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,11 +1,11 @@
# codesign
> 为 macOS 的应用程序签名.
> 为 macOS 的应用程序签名
- 用证书签名:
- 用证书签名
`codesign -s "{{公司名称}}" {{路径 / 应用名.app}}`
- 验证应用程序的签名:
- 验证应用程序的签名
`codesign -v {{路径 / 应用名.app}}`