MacOSService class

Service for managing macOS-specific flavor configurations, including Xcode schemes, build configurations, and Info.plist updates.

Constructors

MacOSService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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

Static Methods

removeFlavorSchemes(String flavor, {AppLogger? logger}) → void
reset({required FlavorConfig config, AppLogger? logger}) → void
Removes flavor configurations from the macOS project and restores standard state.
setupSchemes({required FlavorConfig config, AppLogger? logger}) → void
Sets up Xcode schemes and build configurations for all defined flavors.
syncPods({AppLogger? logger}) → void