public class PBXContainerItemProxy extends PBXContainerItem
PBXTargetDependency
. Can reference a remote file by
specifying the PBXFileReference
to the remote project file, and the GID of the object
within that file.Modifier and Type | Class and Description |
---|---|
static class |
PBXContainerItemProxy.ProxyType |
Constructor and Description |
---|
PBXContainerItemProxy(PBXObject containerPortal,
String remoteGlobalIDString,
PBXContainerItemProxy.ProxyType proxyType) |
Modifier and Type | Method and Description |
---|---|
PBXObject |
getContainerPortal() |
PBXContainerItemProxy.ProxyType |
getProxyType() |
String |
getRemoteGlobalIDString() |
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 PBXContainerItemProxy(PBXObject containerPortal, String remoteGlobalIDString, PBXContainerItemProxy.ProxyType proxyType)
public PBXObject getContainerPortal()
public String getRemoteGlobalIDString()
public PBXContainerItemProxy.ProxyType getProxyType()
public String isa()
isa
in class PBXContainerItem
public int stableHash()
PBXObject
stableHash
in class PBXObject
public void serializeInto(XcodeprojSerializer s)
PBXObject
serializeInto
in class PBXContainerItem