Releases: codemagic-ci-cd/cli-tools
v0.4.2
v0.4.1
v0.4.0
Improvements
-
Feature: Add action
clean
toxcode-project
to clean Xcode project. -
Feature: Add action
default-test-destination
toxcode-project
to show default test destination for the chosen Xcode version. -
Feature: Add action
test-destinations
toxcode-project
to list available destinations for test runs. -
Feature: Add action
junit-test-results
toxcode-project
to convert Xcode Test Result Bundles (*.xcresult) to JUnit XML format. -
Feature: Add action
run-tests
toxcode-project
to run unit or UI tests for given Xcode project or workspace. -
Feature: Add action
test-summary
toxcode-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
v0.3.1
- Update cryptography Python dependency to version ~=3.2.
v0.3.0
v0.2.13
Improvements
- Improvement: Due to invalid CoreSimulatorService state
xcodebuild
build commands can fail with errorFailed to find newest available Simulator runtime
. To overcome this, make sure that when Xcode project or workspace is archived withxcode-project build-ipa
, then CoreSimulatorService is in a clean state.