lines property

List<String> get lines

The two lines cux_ship appstore versions prints for this version.

The build is appended only when Apple named one, so a version with none reads exactly as it did before this field existed rather than carrying build null.

Implementation

List<String> get lines => <String>[
  '  $versionString  $appStoreState  $releaseType'
      '${buildNumber == null ? '' : '  build $buildNumber'}',
  // Printed because it is required before review and null by default, and
  // because a run that reports having written it is not evidence Apple
  // kept it.
  '    copyright: ${copyright ?? "(unset)"}',
];