PBXProject class

Element for a build target that produces a binary content (application or library).

Inheritance
Mixed in types
Available Extensions

Properties

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