PBXSourceTree

public enum PBXSourceTree : CustomStringConvertible, Equatable, Decodable

Specifies source trees for files Corresponds to the Location dropdown in Xcode’s File Inspector

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public static func == (lhs: PBXSourceTree, rhs: PBXSourceTree) -> Bool
  • Declaration

    Swift

    public var description: String { get }