PBXProjectMixin mixin

Superclass Constraints
Mixin Applications

Properties

buildConfigurationList XCConfigurationList?
A reference to a XCConfigurationList element
no setter
compatibilityVersion String
A string representation of the XcodeCompatibilityVersion
no setter
developmentRegion String
The region of development
no setter
hashCode int
The hash code for this object.
no setterinherited
hasScannedForEncodings num
Whether file encodings have been scanned.
no setter
knownRegions List<String>
The known regions for localized files.
no setter
mainGroup PBXGroup?
A reference to a PBXGroup element.
no setter
productRefGroup PBXGroup?
A reference to a PBXGroup element.
no setter
project XCodeProj
The project that owns the object.
no setterinherited
projectDirPath String
The relative path of the project.
no setter
projectReferences List<Map>
no setter
projectRoot String
The relative root path of the project
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targets List<PBXTarget>
A list of references to PBXTarget elements
no setter
uuid String
The object universally unique identifier.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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