C# Class Monobjc.MSBuild.Tasks.CodeSigning

This task signs application bundle.
Inheritance: Signing
ファイルを表示 Open project: Monobjc/monobjc-tools Class Usage Examples

Protected Methods

Method Description
PerformSigning ( String identity ) : bool

Performs the signing.

Method Details

PerformSigning() protected method

Performs the signing.
protected PerformSigning ( String identity ) : bool
identity String The identity.
return bool