C# Class Monobjc.Tools.Xcode.PBXTarget

Inheritance: PBXElement
Show file Open project: Monobjc/monobjc-tools Class Usage Examples

Public Methods

Method Description
AddBuildPhase ( PBXBuildPhase phase ) : void

Adds the build phase.

AddTargetDependency ( PBXTargetDependency dependency ) : void

Adds the target dependency.

RemoveBuildPhase ( PBXBuildPhase phase ) : void

Removes the build phase.

RemoveTargetDependency ( PBXTargetDependency dependency ) : void

Removes the target dependency.

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

Writes this element to the writer.

Protected Methods

Method Description
PBXTarget ( ) : System

Initializes a new instance of the PBXTarget class.

Method Details

AddBuildPhase() public method

Adds the build phase.
public AddBuildPhase ( PBXBuildPhase phase ) : void
phase PBXBuildPhase The phase.
return void

AddTargetDependency() public method

Adds the target dependency.
public AddTargetDependency ( PBXTargetDependency dependency ) : void
dependency PBXTargetDependency The dependency.
return void

PBXTarget() protected method

Initializes a new instance of the PBXTarget class.
protected PBXTarget ( ) : System
return System

RemoveBuildPhase() public method

Removes the build phase.
public RemoveBuildPhase ( PBXBuildPhase phase ) : void
phase PBXBuildPhase The phase.
return void

RemoveTargetDependency() public method

Removes the target dependency.
public RemoveTargetDependency ( PBXTargetDependency dependency ) : void
dependency PBXTargetDependency The dependency.
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