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.2.1 Improvements of team selection

28 Feb 21:19
Compare
Choose a tag to compare
  • Fixed problems with team selection when using multiple actions in fastlane
  • Added new log_alert method for easy display of more important messages

0.2.0 Minor version bump

27 Feb 14:13
Compare
Choose a tag to compare

This release also increases the timeout for web requests

0.1.4 Added iTunes Search API

22 Feb 16:00
Compare
Choose a tag to compare
  • Added iTunes Search API
  • Some more methods to support future development

0.1.3 Team options in Appfile

19 Feb 17:33
Compare
Choose a tag to compare

Added team_id and team_name options to the Appfile.

Update your Appfile to also store your team:

app_identifier "com.krausefx.app"
apple_id "felix@krausefx.com"

# You can uncomment the lines below and add your own team selection in case you're in multiple teams
team_name "Felix Krause"
# team_id "Q2CBPJ58CA"

This is now available across all fastlane tools.

Update using sudo gem update fastlane_core

0.1.2 Fixed commander dependency

18 Feb 13:59
Compare
Choose a tag to compare

Fixed commander dependency

0.1.1 Bugfixes

18 Feb 11:30
Compare
Choose a tag to compare

Fixed not automatically opening the generated error screenshot from iTunes Connect / Apple Developer Portal

0.1.0 Initial Release

18 Feb 10:09
Compare
Choose a tag to compare

Initial core code contains

  • Setting up a headless JavaScript browser using poltergeist
  • Login and basic navigation on iTunes Connect
  • Login and basic navigation on the Apple Developer Portal
  • Checking for updates for a specific gem and showing an update message
  • All output of all tools with different logging levels
  • Finding of the current Xcode and iTunes Transporter path
  • A list of available languages of iTunes Connect