Releases: codemagic-ci-cd/cli-tools
Releases · codemagic-ci-cd/cli-tools
v0.60.2
v0.60.1
v0.60.0
This release contains changes from PR #469.
Features
- Add option
--delete-stale-profiles
to actionapp-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
v0.59.0
This release contains changes from PR #467.
Breaking
- Enumeration value
DEVELOPER_ID_APPLICATION_G2
is removed fromcodemagic.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 typeDEVELOPER_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
v0.58.2
v0.58.1
v0.58.0
This release contains changes from PR #461.
Features
- Added support for a new configuration option to define a custom bundletool.jar path.
- Add option to specify custom bundletool jar for
android-app-bundle
via--bundletool
argument. - New action
android-app-bundle bundletool info
to show information about used Bundletool (Java runtime, Bundletool path and Bundletool version).
Deprecations
- Action
android-app-bundle bundletool-version
was deprecated and shows a warning message when invoked. It is replaced byandroid-app-bundle bundletool version
.
Development
codemagic.shell_tools.Bundletool
now accepts optional keyword argumentjar
to specify bundletool jar path that should be used.
Bugfixes
- Fix using non-built-in types for CLI arguments that can be defined via environment variables.
Docs
- Update docs for tool
android-app-bundle
.