TLDR
Enter a command. For example: universalaccessd, as, safeejectgpu.

codesign

 
Create and manipulate code signatures for macOS. More information: https://www.unix.com/man-page/osx/1/codesign/.
 
  • Sign an application with a certificate:
     
    codesign --sign "{{My Company Name}}" {{path/to/App.app}}
     
  • Verify the certificate of an application:
     
    codesign --verify {{path/to/App.app}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.