PBXReferenceProxy

public final class PBXReferenceProxy : PBXObject

A proxy for another object which might belong to another project contained in the same workspace of the document. This class is referenced by PBXTargetDependency.

  • Element file type

    Declaration

    Swift

    public var fileType: String?
  • Element path.

    Declaration

    Swift

    public var path: String?
  • Element remote reference.

    Declaration

    Swift

    @available(*, deprecated, message: "Use remote instead")
    public var remoteReference: PBXObjectReference?
  • Element remote.

    Declaration

    Swift

    public var remote: PBXContainerItemProxy? { get set }
  • Element source tree.

    Declaration

    Swift

    public var sourceTree: PBXSourceTree?
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws