AppleBuild class final

Builds, validates, and uploads Apple application artifacts.

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

findArtifact(String projectRoot, {String ipaOutputPath = 'build/ios/ipa'}) Future<String>
Resolves one IPA from a project-relative file or directory.
resolveCommand(String projectRoot, {String? configuredCommand}) Future<String>
Selects the configured build command or repository-aware default.
run({required String projectRoot, required String command, required String ipaOutputPath, required String version, required String buildNumber, required String exportOptionsPath, String? flavor, ProcessRunner processRunner = const SystemProcessRunner()}) Future<String>
Runs the project-owned command with managed Apple build arguments.
upload({required String ipaPath, required AppleCredentials credentials, ProcessRunner processRunner = const SystemProcessRunner(), String? homeDirectory}) Future<void>
Uploads an IPA with App Store Connect API credentials.