Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/fastlane_core

0.43.1 Improvements

03 May 19:04
Compare
Choose a tag to compare
  • Move action_collector into fastlane_core for more comprehensive collection

0.43.0 Support for application specific passwords

01 May 18:43
Compare
Choose a tag to compare
  • Support for application specific passwords for iTunes Transporter
  • Use full keychian path for security commands

0.42.1 Improvements

27 Apr 18:00
Compare
Choose a tag to compare
  • Change ItunesTransporter to default to shell script execution for Xcode 6.x
  • Fix integer and float default issue (Thanks @ravron)

0.42.0 Improvements

26 Apr 16:43
Compare
Choose a tag to compare
  • Fixed scan conflicted parameters.
  • Make ConfigItem short_option optional
  • Add support for connected devices

0.41.3 Improvements

20 Apr 19:12
Compare
Choose a tag to compare
  • Have ItunesTransporter check command exit status when determining success
  • Ignore IO Error and wait for the iTMSTransporter to exit (Linux)
  • Allow to specify the path to iTMSTransporter via environment
  • Search keychain when installing WWDR certificate

0.41.2 Improvements

04 Apr 19:58
Compare
Choose a tag to compare
  • Default to using direct Java execution in ItunesTransporter
    • The experimental password fix performed well - this makes it the new executor by default
  • Fixed value printer when not using Configuration class

0.41.1 Improvements

02 Apr 00:41
Compare
Choose a tag to compare
  • Add a new experimental execution strategy to ItunesTransporter to verify a fix for passwords with special characters
    • Use the environment variable FASTLANE_EXPERIMENTAL_TRANSPORTER_AVOID_SHELL_SCRIPT=true to turn it on
    • See: fastlane/fastlane#4003

0.41.0 Improved update checker

31 Mar 05:02
Compare
Choose a tag to compare

Improved update checker

0.40.0 Improvements

28 Mar 19:22
Compare
Choose a tag to compare
  • Improved UI output of error messages, logs and deprecated methods

0.39.1 Bug fixes

24 Mar 19:02
Compare
Choose a tag to compare
  • Fix cert_checker identity count edge case
  • Updated help text when no codesigning identities are found
  • FastlaneCore::Helper.is_ci? checks for XCS (Xcode Server) environment variable