Skip to content

Releases: bitrise-steplib/steps-fastlane

2.6.0

05 Sep 14:58
34056f1
Compare
Choose a tag to compare

Cache functionality added, can be controlled by enable_cache step input.

2.5.2

26 Jul 08:57
4fcb9f5
Compare
Choose a tag to compare

Do not print error about missing Apple Developer Portal Connection if there is no connection assigned to the build.

2.5.1

16 Jul 07:54
f446b7b
Compare
Choose a tag to compare

Added bundle exec to all fastlane commands, to fix error:

Fastlane version:
$ bundle "exec" "fastlane" "--version"
/usr/local/bin/bundle:23:in `load': cannot load such file 
...
Command failed, error: exit status 1

Fixed Bitrise Devcenter URL printed if no Apple Developer Portal connection is set up. (https://devcenter.bitrise.io/getting-started/connecting-apple-dev-account/)

Logging available rbenv versions for debugging reasons.

Printing a warning if GEM_HOME is set to a custom value.

2.5.0

13 Jun 14:54
a6e1b28
Compare
Choose a tag to compare

Bundler is installed before executing bundle install, in case a Gemfile.lock is present. The specific version defined in the Gemfile.lock under BUNDLED WITH is installed and used to run the bundle install command.
The issues fixed include the error messages printed during build: rbenv: bundle: command not found
and You must use Bundler 2 or greater with this lockfile.

2.4.0

22 Mar 14:51
53fde93
Compare
Choose a tag to compare

If you want to use two-factor authentication for Fastlane on Bitrise.io use this step.

Two-Factor Authentication:
The step now supports two-factor authentication.
It will use the Bitrise.io built-in Apple Dev Portal auth feature to connect your Apple Dev Portal account even if the two-factor authentication is enabled for your Apple developer account.

How to connect your developer account to Bitrise.io:
https://devcenter.bitrise.io/getting-started/signing-up/connecting-apple-dev-account


Note:
"2FA will be required to sign in to your Apple Developer account and certificates, identifiers and profiles starting February 27" - https://gadgets.ndtv.com/apps/news/apple-adds-two-factor-authentication-requirement-for-developer-accounts-1993631

2.3.13

14 Mar 15:46
a20006b
Compare
Choose a tag to compare

Step repository revision, dependency and step definition update.

2.3.12

21 Dec 16:29
Compare
Choose a tag to compare
  • Fix fastlane version detection

2.3.11

19 Dec 14:04
Compare
Choose a tag to compare
  • Update project type mac to macos

2.3.10

19 Dec 09:55
Compare
Choose a tag to compare
  • Add fastlane project type

2.3.9

29 Mar 11:03
Compare
Choose a tag to compare
  • updated type_tags