C# Class Monobjc.Tools.Xcode.PBXProject

The element for the project.
Inheritance: PBXElement
显示文件 Open project: Monobjc/monobjc-tools

Public Methods

Method Description
Accept ( IPBXVisitor visitor ) : void

Accepts the specified visitor.

AddProjectReference ( PBXGroup group, PBXFileReference file ) : void

Adds the project reference.

AddRegion ( String region ) : void

Adds the region.

AddTarget ( PBXTarget target ) : void

Adds the target.

PBXProject ( ) : System

Initializes a new instance of the PBXProject class.

RemoveProjectReference ( PBXFileReference file ) : void

Removes the project reference.

RemoveRegion ( String region ) : void

Removes the region.

RemoveTarget ( PBXTarget target ) : void

Removes the target.

WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void

Writes this element to the writer.

Method Details

Accept() public method

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
return void

AddProjectReference() public method

Adds the project reference.
public AddProjectReference ( PBXGroup group, PBXFileReference file ) : void
group PBXGroup The group.
file PBXFileReference The file.
return void

AddRegion() public method

Adds the region.
public AddRegion ( String region ) : void
region String The region.
return void

AddTarget() public method

Adds the target.
public AddTarget ( PBXTarget target ) : void
target PBXTarget The target.
return void

PBXProject() public method

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

RemoveProjectReference() public method

Removes the project reference.
public RemoveProjectReference ( PBXFileReference file ) : void
file PBXFileReference The file.
return void

RemoveRegion() public method

Removes the region.
public RemoveRegion ( String region ) : void
region String The region.
return void

RemoveTarget() public method

Removes the target.
public RemoveTarget ( PBXTarget target ) : void
target PBXTarget The target.
return void

WriteTo() public method

Writes this element to the writer.
public WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void
writer ProjectWriter The writer.
map string>.IDictionary The map.
return void