C# Class Monobjc.Tools.Generators.InfoPListGenerator

Mostra file Open project: Monobjc/monobjc-tools Class Usage Examples

Public Methods

Method Description
InfoPListGenerator ( ) : System

Initializes a new instance of the InfoPListGenerator class.

WriteTo ( string path ) : void

Generates the Info.plist content.

Private Methods

Method Description
Replace ( PListDict dict, String key, String value ) : void

Method Details

InfoPListGenerator() public method

Initializes a new instance of the InfoPListGenerator class.
public InfoPListGenerator ( ) : System
return System

WriteTo() public method

Generates the Info.plist content.
public WriteTo ( string path ) : void
path string
return void