XCodeProjMixin mixin

Mixin Applications

Properties

archiveVersion int
no setter
buildConfigurationList Iterable<XCConfigurationList>
The build configuration list of the project
no setter
buildConfigurations Iterable<XCBuildConfiguration>
A list of project wide build configurations
no setter
classes Map<String, dynamic>
no setter
files Iterable<PBXFileReference>
A list of all the files in the project
no setter
groups Iterable<PBXGroup>
A list of all the groups in the project.
no setter
hashCode int
The hash code for this object.
no setterinherited
objects Iterable<PBXElement>
no setter
objectVersion int
no setter
rootObject PBXProject?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targets Iterable<PBXTarget>
A list of all the targets in the project
no setter

Methods

getObject(String? uuid) PBXElement?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
Returns the JSON representation of the snapshot
inherited
toString() String
A string representation of this object.
inherited

Operators

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