BuildableReference class

Constructors

BuildableReference({required PBXTarget target})
factory

Properties

buildableName String?
The name of the final product when building this Buildable Reference.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetName String?
The name of the target this Buildable Reference points to
no setter
targetReferencedContainer String?
The string representing the container of that target.
no setter
targetUuid String?
The Unique Identifier of the target (target.uuid) this Buildable Reference points to.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setReferenceTarget(PBXTarget target, {bool overrideBuildableName = false, XCodeProj? rootProject}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited