XCodeProj class

Mixed in types

Constructors

XCodeProj(String path)

Properties

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

Methods

createScheme(String name, PBXTarget target) XCScheme
dispose() Future<void>
inherited
duplicateBuildConfiguration(String from, String to) → void
getObject(String? uuid) PBXElement?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() → void
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