sassoftware / relic

Relic is a service and a tool for adding digital signatures to operating system packages for Linux and Windows
Apache License 2.0
151 stars 41 forks source link

macOS signging #7

Closed directionless closed 2 years ago

directionless commented 4 years ago

Hi! Have you looked at adding in macOS code signing support?

Unfortunately, I don't know if there are cross platform ways to do it. In my own tools, I'm using Exec to call out

antoinedeschenes commented 2 years ago

7.3.0 might fix this:

Added signing and verification of Apple Mach-O binaries, DMG disk images and PKG flat installer files

mtharp commented 2 years ago

It's not fully fleshed out but there's enough to get started with: https://github.com/sassoftware/relic/blob/master/doc/macos.md

Feedback is welcome.