Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.67 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.67 KB

Slicer macOS codesigning scripts

macOS shell script to extract, codesign, and re-packsign a dmg package for either Slicer or Slicer-based applications. The script also create a pkg installer.

Usage

See https://github.com/Slicer/Slicer/wiki/Signing-Application-Packages#macos

Acknowledgments and History

  • 2022

    • Renamed macos-codesign-scripts to slicer-macos-codesign-scripts

    • The macos-codesign-scripts repository was transferred from the jcfr GitHub user to the KitwareMedical GitHub organization.

    • Jean-Christophe Fillion-Robin updated entitlements to support installing Slicer extensions or python packages providing unsigned libraries. See Slicer#6065

  • 2020: Jean-Christophe Fillion-Robin updated the signing script and included the required entitlements to support notarization.

  • 2018: Jean-Christophe Fillion-Robin created https://github.com/jcfr/macos-codesign-scripts adapted from an original script contributed by Chuck Atkins.

  • 2016: Max Smolens created the page https://www.slicer.org/wiki/Documentation/Nightly/Developers/Mac_OS_X_Code_Signing.

License

It is covered by the Apache License Version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

The license file was added at revision d50ac0f on 2022-10-11, but you may consider that the license applies to all prior revisions as well.