logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Code Sign - Create macOS Code Signatures | Online Free DevTools by Hexmos

Create macOS code signatures with Code Sign. Digitally sign your apps for security and distribution using certificates. Free online tool, no registration required.

codesign

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

  • Sign an application with a certificate:

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

  • Verify the certificate of an application:

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

See Also