altoolType property
String
get
altoolType
--type for xcrun altool.
Implementation
String get altoolType => this == AscPlatform.ios ? 'ios' : 'macos';
--type for xcrun altool.
String get altoolType => this == AscPlatform.ios ? 'ios' : 'macos';