Releases: bitrise-steplib/steps-certificate-and-profile-installer
Releases · bitrise-steplib/steps-certificate-and-profile-installer
1.5.0
1.4.2
- New output
BITRISE_PROVISIONING_PROFILE_PATH
: The Step now exports the Path of the Provisioning Profile too as an environment variable, not just the UUID - thanks to @rymir
1.4.1
1.4.0
- Complete revision, and rewrite in
Go
. - Better available certs/identities listing and error handling.
- Certificate Identity detection now uses a more reliable solution (#4)
- Relative file paths can be specified as URL (#9), with the format:
file://./relative/path
- Logging revisions, for better / easier to understand log output.
1.3.0
- Added Mac / OS X app specific Provisioning Profile (
.provisionprofile
) handling [thanks to @vasarhelyia] - Logging and temporary directory handling revisions
1.2.2
Log revisions & no longer printing the Certificate passphrase
1.2.1
- Minor logging fixes / improvements
- Fixed the "retrying" logic (to actually do retry the file download)
1.2.0
- exporting
BITRISE_PROVISIONING_PROFILE_ID
andBITRISE_CODE_SIGN_IDENTITY
1.1.1
- Certificate passphrase/password is not required anymore, can be empty
1.1.0
- Don't fail if the keychain already exists
- Bitrise V2 related updates