XCScheme class

Constructors

XCScheme(String projectPath, String name, {bool shared = true})
factory
XCScheme.load(String path)
factory

Properties

analyzeAction AnalyzeAction
getter/setter pair
archiveAction ArchiveAction
getter/setter pair
buildAction BuildAction
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
launchAction LaunchAction
getter/setter pair
profileAction ProfileAction
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testAction TestAction
getter/setter pair

Methods

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

Operators

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