Package net.sf.antcontrib.cpptasks.apple
Class XcodeProjectWriter.PBXObjectRef
java.lang.Object
net.sf.antcontrib.cpptasks.apple.XcodeProjectWriter.PBXObjectRef
- Enclosing class:
XcodeProjectWriter
Represents a property map with an 96 bit identity.
When placed in a property list, this object will
output the string representation of the identity
which XCode uses to find the corresponding property
bag in the "objects" property of the top-level property list.
-
Field Details
-
id
Identifier. -
properties
Properties. -
nextID
private static int nextIDNext available identifier.
-
-
Constructor Details
-
PBXObjectRef
Create reference.- Parameters:
props
- properties.
-
-
Method Details