sigtool
sigtool copied to clipboard
codesign: Add support for --remove-signature and -v
This would partially address #12.
I also added support for -v. Both of these are needed to make it fully compatible with the dotnet sdk.
-v is sort of a stub. It just checks for the existence of a signature load command. The dotnet sdk uses it to decide whether to run --remove-signature.