Skip to content

Apple Codesign 0.26.0

Compare
Choose a tag to compare
@indygreg indygreg released this 17 Nov 08:12

Release Info

Changelog

  • (New feature) On Windows, it is now possible to sign with code signing
    certificates stored in the Windows Certificate Store. The sign command
    (and other commands taking certificate sources) gained --windows-store-name
    and --windows-store-sha1-fingerprint arguments to specify a certificate in
    the Windows Certificate Store to use. New commands
    windows-store-print-certificates and
    windows-store-export-certificate-chain can discover and export certificates
    in the Windows Certificate Store. Feature contributed by El Mostafa Idrassi
    in #111.
  • Fixed a bug where a signing without an Apple signed certificate but signing settings contain a team name warning was printed incorrectly.
  • We now print a warning when signing using an expired certificate.
  • Fixed a bug where sign --code-signature-flags could not be scoped. (#116)