Method | Description | |
---|---|---|
AddBuildPhase ( |
Adds the build phase.
|
|
AddTargetDependency ( |
Adds the target dependency.
|
|
RemoveBuildPhase ( |
Removes the build phase.
|
|
RemoveTargetDependency ( |
Removes the target dependency.
|
|
WriteTo ( |
Writes this element to the writer.
|
Method | Description | |
---|---|---|
PBXTarget ( ) : System |
Initializes a new instance of the PBXTarget class.
|
public AddBuildPhase ( |
||
phase | The phase. | |
return | void |
public AddTargetDependency ( |
||
dependency | The dependency. | |
return | void |
public RemoveBuildPhase ( |
||
phase | The phase. | |
return | void |
public RemoveTargetDependency ( |
||
dependency | The dependency. | |
return | void |
public WriteTo ( |
||
writer | The writer. | |
map | string>.IDictionary | The map. |
return | void |