C# Class Monobjc.Tools.External.Receigen

Wrapper class around the codesign command line tool.
Datei anzeigen Open project: Monobjc/monobjc-tools Class Usage Examples

Public Methods

Method Description
Generate ( String infoPlist, String outputFolder ) : String

Generate the specified infoPlist and outputFolder.

Receigen ( ) : System

Initializes a new instance of the Monobjc.Tools.External.Receigen class.

Method Details

Generate() public method

Generate the specified infoPlist and outputFolder.
public Generate ( String infoPlist, String outputFolder ) : String
infoPlist String /// Info plist. ///
outputFolder String /// Output folder. ///
return String

Receigen() public method

Initializes a new instance of the Monobjc.Tools.External.Receigen class.
public Receigen ( ) : System
return System