PBXProject class
Element for a build target that produces a binary content (application or library).
- Inheritance
-
- Object
- ChildSnapshotView
- PBXElement
- PBXProject
- 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
- path → String
-
Available on ChildSnapshotView, provided by the ChildSnapshotViewX extension
no setter - 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
- snapshot → Snapshot
-
Available on ChildSnapshotView, provided by the ChildSnapshotViewX extension
no setter -
targets
→ List<
PBXTarget> -
A list of references to PBXTarget elements
no setterinherited
- uuid → String
-
The object universally unique identifier.
no setterinherited
Methods
-
get<
T> (String path, {String? format}) → T -
Available on ChildSnapshotView, provided by the ChildSnapshotViewX extension
Gets and converts the value atpath
to type T -
getList<
T> (String path, {String? format}) → List< T> -
Available on ChildSnapshotView, provided by the ChildSnapshotViewX extension
Gets and converts the value atpath
to type List -
getMap<
T> (String path, {String? format}) → Map< String, T> -
Available on ChildSnapshotView, provided by the ChildSnapshotViewX extension
Gets and converts the value atpath
to type Map<String,T> -
getObjectList<
T extends PBXElement> (String path) → List< T> -
Available on PBXElement, provided by the PBXElementX extension
-
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