C# Class Monobjc.MSBuild.Tasks.ProductBuilding

This task generate and signs the application installer.
Inheritance: Signing
ファイルを表示 Open project: Monobjc/monobjc-tools

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