codesign Command Examples

Create and manipulate code signatures for macOS. More information: https://keith.github.io/xcode-man-pages/codesign.1.html.

codesign --sign "{{My Company Name}}" {{path/to/application_file.app}}

codesign --verify {{path/to/application_file.app}}