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) |
isagenerateGid, getGlobalID, setGlobalID, stableHash, toStringpublic List<PBXBuildFile> getFiles()
public void setRunOnlyForDeploymentPostprocessing(Optional<Boolean> runOnlyForDeployment)
public void serializeInto(XcodeprojSerializer s)
PBXObjectserializeInto in class PBXContainerItem