Class PBXBuildStyle

    • 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)
      • 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 class PBXObject