description property

  1. @override
String get description
override

Provides a comprehensive description of the iOS build command.

Returns a detailed explanation of the command's purpose, capabilities, and platform requirements for iOS application builds including IPA generation, code signing, and distribution preparation workflows.

Implementation

@override
String get description =>
    "Build an iOS application using the specified configuration and parameters provided in the command-line arguments. "
    "Generates IPA files with proper code signing and provisioning for distribution through App Store, "
    "ad-hoc, enterprise, or development channels. Requires macOS with Xcode development environment.";