1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages.zh/osx/codesign.md
2020-10-04 18:33:38 +01:00

202 B

codesign

为 macOS 的应用程序签名.

  • 用证书签名:

codesign -s "{{公司名称}}" {{路径 / 应用名.app}}

  • 验证应用程序的签名:

codesign -v {{路径 / 应用名.app}}