public class PBXCopyFilesBuildPhase extends PBXBuildPhase
| Modifier and Type | Class and Description |
|---|---|
static class |
PBXCopyFilesBuildPhase.Destination
The prefix path, this does not use SourceTreePath and build variables but rather some sort of
enum.
|
| Constructor and Description |
|---|
PBXCopyFilesBuildPhase(CopyFilePhaseDestinationSpec dstSubfolderSpec) |
| Modifier and Type | Method and Description |
|---|---|
CopyFilePhaseDestinationSpec |
getDstSubfolderSpec() |
String |
isa() |
void |
serializeInto(XcodeprojSerializer s)
Populates the serializer with the fields of this object.
|
getFiles, getName, setName, setRunOnlyForDeploymentPostprocessinggenerateGid, getGlobalID, setGlobalID, stableHash, toStringpublic PBXCopyFilesBuildPhase(CopyFilePhaseDestinationSpec dstSubfolderSpec)
public CopyFilePhaseDestinationSpec getDstSubfolderSpec()
public String isa()
isa in class PBXProjectItempublic void serializeInto(XcodeprojSerializer s)
PBXObjectserializeInto in class PBXBuildPhase