description property
Human-readable description of the Xcrun command.
Provides clear explanation of the command's purpose for help documentation and user guidance. Describes the Xcrun altool functionality and target use cases for iOS distribution.
Displayed in:
- Command help output (
--help) - CLI documentation
- Error messages and usage instructions
Implementation
@override
String get description => "Publish to App Store Connect using xcrun altool.";