Skip to content

Releases: codemagic-ci-cd/cli-tools

v0.62.0

17 Oct 11:40
b353d72

Choose a tag to compare

This release contains changes from PR #478.

Bugfixes

  • Fail app-store-connect publish action when altool fails with errors but successful returncode.
  • Fix parsing altool result from command output if the JSON-encoded result spans multiple lines.

Development

  • Update schema for codemagic.models.altool.AltoolResult to match recent output from recent altool versions.

v0.61.1

01 Oct 09:44
79a71eb

Choose a tag to compare

This release contains changes from PR #477.

Bugfixes

  • Support Runtime Warning test node type for XCTest results which was added by Xcode 26. Fixes actions
    • xcode-project run-tests,
    • xcode-project test-summary,
    • xcode-project junit-test-results.

Development

  • Rename submodule xcode_16_xcresult to xcresult in package codemagic.models.xctest.xcresult.

v0.61.0

26 Sep 14:32
247db0f

Choose a tag to compare

This release contains changes from PR #476.

Features

  • Add --altool-additional-arguments option to the app-store-connect publish action. This allows passing extra CLI arguments directly to altool during the app upload process.

Docs

  • Update docs for app-store-connect publish.

v0.60.2

28 Aug 14:29
5a632c9

Choose a tag to compare

Bugfixes

  • Fix TypeError in firebase-app-distribution actions if Firebase release response is missing displayVersion attribute. PR #474

v0.60.1

25 Aug 09:47
468b39e

Choose a tag to compare

Bugfixes

  • Fix action firebase-app-distribution get-latest-build-version by supporting new updateTime and expireTime timestamps for releases. PR #473

v0.60.0

16 Jun 10:16
6d48649

Choose a tag to compare

This release contains changes from PR #469.

Features

  • Add option --delete-stale-profiles to action app-store-connect fetch-signing-files to delete encountered stale provisioning profiles. Those profiles are not shown in Apple Developer Portal and cannot be queried using normal App Store Connect API profiles read and listing endpoints.

Docs

  • Update docs for app-store-connect fetch-signing-files.

v0.59.1

12 Jun 09:58
667ac8a

Choose a tag to compare

Bugfix

  • Fix --type argument for google-play deobfuscation-files upload. PR #470

v0.59.0

06 Jun 07:56
7a88237

Choose a tag to compare

This release contains changes from PR #467.

Breaking

  • Enumeration value DEVELOPER_ID_APPLICATION_G2 is removed from codemagic.apple.resources.CertificateType.

Bugfixes

  • Fix action app-store-connect fetch-signing-files when fetching signing files for macOS apps that use direct distribution provisioning profiles (invoked with either option --type=MAC_APP_DIRECT or --type=MAC_CATALYST_APP_DIRECT).
  • Fix action app-store-connect certificates list when listing certificates for macOS direct distribution provisioning profiles or explicitly with type DEVELOPER_ID_APPLICATION_G2 (either invoked with --profile-type=MAC_APP_DIRECT, --profile-type=MAC_CATALYST_APP_DIRECT or --type=DEVELOPER_ID_APPLICATION_G2).
  • Fix action app-store-connect certificates create when invoked with --type=DEVELOPER_ID_APPLICATION_G2.

Docs

  • Update docs for app-store-connect certificates create.
  • Update docs for app-store-connect certificates list.

v0.58.3

28 May 09:28

Choose a tag to compare

  • Fix parsing datetime in Apple API response that contains nanoseconds. PR #465.

v0.58.2

27 May 09:08

Choose a tag to compare

Improvements

  • Add missing App Store Connect locale definition for Vietnamese language. PR #466

Special thanks for contribution to @xalanq.