Skip to content

Releases: bitrise-steplib/steps-certificate-and-profile-installer

1.5.0

01 Jun 10:47
Compare
Choose a tag to compare
  • keychain list fix

  • step does not exports any output

  • NEW INPUTS :

    • default_certificate_url
    • default_certificate_passphrase
    • default_provisioning_profile_url

    With the new inputs step allows to specify two certificate & provision profile.

1.4.2

22 Apr 15:21
Compare
Choose a tag to compare
  • 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

21 Apr 17:53
Compare
Choose a tag to compare
  • Fix for detecting "3rd Party Mac" certificates - thanks to @olegoid (#12)!

1.4.0

11 Dec 12:52
Compare
Choose a tag to compare
  • 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

23 Nov 13:33
Compare
Choose a tag to compare
  • Added Mac / OS X app specific Provisioning Profile (.provisionprofile) handling [thanks to @vasarhelyia]
  • Logging and temporary directory handling revisions

1.2.2

06 Nov 18:17
Compare
Choose a tag to compare

Log revisions & no longer printing the Certificate passphrase

1.2.1

24 Sep 19:02
Compare
Choose a tag to compare
  • Minor logging fixes / improvements
  • Fixed the "retrying" logic (to actually do retry the file download)

1.2.0

14 Sep 12:07
Compare
Choose a tag to compare
  • exporting BITRISE_PROVISIONING_PROFILE_ID and BITRISE_CODE_SIGN_IDENTITY

1.1.1

12 Sep 11:09
Compare
Choose a tag to compare
  • Certificate passphrase/password is not required anymore, can be empty

1.1.0

08 Sep 18:41
Compare
Choose a tag to compare
  • Don't fail if the keychain already exists
  • Bitrise V2 related updates