public class PBXTargetDependency extends PBXProjectItem
PBXTarget.dependencies
. Represents a dependency of one target upon another
target.Constructor and Description |
---|
PBXTargetDependency(PBXContainerItemProxy targetProxy) |
Modifier and Type | Method and Description |
---|---|
PBXContainerItemProxy |
getTargetProxy() |
String |
isa() |
void |
serializeInto(XcodeprojSerializer s)
Populates the serializer with the fields of this object.
|
int |
stableHash()
This method is used to generate stable GIDs and must be stable for identical contents.
|
generateGid, getGlobalID, setGlobalID, toString
public PBXTargetDependency(PBXContainerItemProxy targetProxy)
public String isa()
isa
in class PBXProjectItem
public PBXContainerItemProxy getTargetProxy()
public int stableHash()
PBXObject
stableHash
in class PBXObject
public void serializeInto(XcodeprojSerializer s)
PBXObject
serializeInto
in class PBXContainerItem