Skip to content

Releases: codemagic-ci-cd/cli-tools

v0.4.2

11 Jan 10:46
Compare
Choose a tag to compare

Improvements

  • Bugfix: PyJWT Python dependency to version 1.x since 2.0.0 has breaking API changes.

v0.4.1

18 Nov 10:25
Compare
Choose a tag to compare

Improvements

  • Bugfix: Fix converting Xcresults to Junit if testsuite duration is missing from Xcresult's ActionTestMetadata

v0.4.0

10 Nov 09:12
1a34ce7
Compare
Choose a tag to compare

Improvements

  • Feature: Add action clean to xcode-project to clean Xcode project.

  • Feature: Add action default-test-destination to xcode-project to show default test destination for the chosen Xcode version.

  • Feature: Add action test-destinations to xcode-project to list available destinations for test runs.

  • Feature: Add action junit-test-results to xcode-project to convert Xcode Test Result Bundles (*.xcresult) to JUnit XML format.

  • Feature: Add action run-tests to xcode-project to run unit or UI tests for given Xcode project or workspace.

  • Feature: Add action test-summary to xcode-project to show test result summary from given Xcode Test Result Bundles (*.xcresult).

  • Refactoring: Create RunningCliAppMixin to avoid passing around currently invoked app instance.

  • Update cryptography Python dependency to version ~=3.2.

v0.3.2

06 Nov 15:42
18b24d8
Compare
Choose a tag to compare

Improvements

  • Bugfix: Do not fail keychain add-certificate action in case the added certificate already exists in keychain.

v0.3.1

04 Nov 09:30
c681eac
Compare
Choose a tag to compare

v0.3.0

30 Sep 13:11
69643a4
Compare
Choose a tag to compare

Improvements

  • Feature: Add option to specify custom xcodebuild arguments and flags for archive and -exportArchive actions with xcode-project build-ipa using --archive-flags, --archive-xcargs, --export-flags and --export-xcargs modifiers.

v0.2.13

30 Sep 10:07
05fa340
Compare
Choose a tag to compare

Improvements

  • Improvement: Due to invalid CoreSimulatorService state xcodebuild build commands can fail with error Failed to find newest available Simulator runtime. To overcome this, make sure that when Xcode project or workspace is archived with xcode-project build-ipa, then CoreSimulatorService is in a clean state.

v0.2.12

11 Sep 14:19
3bb2b0c
Compare
Choose a tag to compare

Improvements

  • Improvement: Fail gracefully with appropriate error message when non-existent export options plist path is passed to xcode-project build-ipa.

v0.2.11

11 Sep 14:19
09074c7
Compare
Choose a tag to compare

Improvements

  • Bugfix: Fix obtaining iCloudContainerEnvironment export option when multiple values are available.

v0.2.10

11 Sep 14:19
7b035ff
Compare
Choose a tag to compare

Improvements

  • Bugfix: Specify iCloudContainerEnvironment export option when exporting xcarchive to ipa using xcode-project build-ipa.