public abstract class PBXBuildPhase extends PBXProjectItem
Constructor and Description |
---|
PBXBuildPhase() |
Modifier and Type | Method and Description |
---|---|
List<PBXBuildFile> |
getFiles() |
Optional<String> |
getName() |
void |
serializeInto(XcodeprojSerializer s)
Populates the serializer with the fields of this object.
|
void |
setName(Optional<String> name) |
void |
setRunOnlyForDeploymentPostprocessing(Optional<Boolean> runOnlyForDeployment) |
isa
generateGid, getGlobalID, setGlobalID, stableHash, toString
public List<PBXBuildFile> getFiles()
public void setRunOnlyForDeploymentPostprocessing(Optional<Boolean> runOnlyForDeployment)
public void serializeInto(XcodeprojSerializer s)
PBXObject
serializeInto
in class PBXContainerItem