C# Class Monobjc.Tools.External.ProductBuild

Wrapper class around the productbuild command line tool.
Mostra file Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description

Public Methods

Method Description
ArchiveApplication ( String bundle, String identity, String productDefinition, TextWriter outputWriter = null, TextWriter errorWriter = null ) : void

Archive the application bundle and sign the result with the following identity.

Method Details

ArchiveApplication() public static method

Archive the application bundle and sign the result with the following identity.
public static ArchiveApplication ( String bundle, String identity, String productDefinition, TextWriter outputWriter = null, TextWriter errorWriter = null ) : void
bundle String The path to the application bundle.
identity String The signing identity.
productDefinition String The product definition.
outputWriter System.IO.TextWriter
errorWriter System.IO.TextWriter
return void