C# Class Monobjc.Tools.Generators.InfoPListGenerator

Afficher le fichier Open project: Monobjc/monobjc-tools Class Usage Examples

Méthodes publiques

Méthode Description
InfoPListGenerator ( ) : System

Initializes a new instance of the InfoPListGenerator class.

WriteTo ( string path ) : void

Generates the Info.plist content.

Private Methods

Méthode Description
Replace ( PListDict dict, String key, String value ) : void

Method Details

InfoPListGenerator() public méthode

Initializes a new instance of the InfoPListGenerator class.
public InfoPListGenerator ( ) : System
Résultat System

WriteTo() public méthode

Generates the Info.plist content.
public WriteTo ( string path ) : void
path string
Résultat void