Difference between revisions of "Documentation/Nightly/Developers/Mac OS X Code Signing"

From Slicer Wiki
Jump to: navigation, search
(Created page with "==Overview== ==Prerequisites== ==Code Signing== ==Integration with CPack== ==Verifying==")
 
Line 1: Line 1:
 
==Overview==
 
==Overview==
 +
 +
This page contains information on code signing on OS X and on integrating code signing into the Slicer packaging process.
 +
 +
Some useful external references from the Mac Developer Library include:
 +
* [https://developer.apple.com/library/mac/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html About Code Signing]
 +
* [https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/AppDistributionGuide/DistributingApplicationsOutside/DistributingApplicationsOutside.html#//apple_ref/doc/uid/TP40012582-CH12-SW2 Distributing Apps Outside the Mac App Store]
 +
* [https://developer.apple.com/library/mac/technotes/tn2206/_index.html OS X Code Signing In Depth]
 +
* [https://developer.apple.com/developer-id/ Developer ID and Gatekeeper]
  
 
==Prerequisites==
 
==Prerequisites==

Revision as of 17:03, 26 May 2016

Home < Documentation < Nightly < Developers < Mac OS X Code Signing

Overview

This page contains information on code signing on OS X and on integrating code signing into the Slicer packaging process.

Some useful external references from the Mac Developer Library include:

Prerequisites

Code Signing

Integration with CPack

Verifying