Class PBXBuildStyle
- java.lang.Object
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXObject
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXProjectItem
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
-
- Direct Known Subclasses:
XCBuildConfiguration
public class PBXBuildStyle extends PBXProjectItem
-
-
Constructor Summary
Constructors Constructor Description PBXBuildStyle(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.dd.plist.NSDictionary
getBuildSettings()
String
getName()
String
isa()
void
serializeInto(XcodeprojSerializer s)
Populates the serializer with the fields of this object.void
setBuildSettings(com.dd.plist.NSDictionary buildSettings)
int
stableHash()
This method is used to generate stable GIDs and must be stable for identical contents.-
Methods inherited from class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
generateGid, getGlobalID, setGlobalID, toString
-
-
-
-
Constructor Detail
-
PBXBuildStyle
public PBXBuildStyle(String name)
-
-
Method Detail
-
getName
public String getName()
-
getBuildSettings
public com.dd.plist.NSDictionary getBuildSettings()
-
setBuildSettings
public void setBuildSettings(com.dd.plist.NSDictionary buildSettings)
-
isa
public String isa()
- Overrides:
isa
in classPBXProjectItem
- Returns:
- Type name of the serialized object.
-
stableHash
public int stableHash()
Description copied from class:PBXObject
This method is used to generate stable GIDs and must be stable for identical contents. Returning a constant value is ok but will make the generated project order-dependent.- Overrides:
stableHash
in classPBXObject
-
serializeInto
public void serializeInto(XcodeprojSerializer s)
Description copied from class:PBXObject
Populates the serializer with the fields of this object.- Overrides:
serializeInto
in classPBXContainerItem
-
-