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.50.1 DeviceManager support for Xcode 8

11 Aug 17:18
Compare
Choose a tag to compare
  • Update device_manager to work with Xcode 8 simulators

0.50.0 Improvements

03 Aug 14:14
Compare
Choose a tag to compare
  • Show nice error message when there are OpenSSL issues (#5589)
  • Let FastlaneCore::Simulator launch Simulator.app for a device (#5584)

0.49.0 Improvements

02 Aug 19:05
Compare
Choose a tag to compare
  • Add parameter to user_error! to not look for GitHub issues (#5573)

0.48.3 Hotfix

25 Jul 19:55
Compare
Choose a tag to compare
  • Change handling of xcode silent options to params instead of hash lookup

0.48.2 Improvements

25 Jul 17:37
Compare
Choose a tag to compare
  • Provide options to make FastlaneCore::Project print less output
  • Add Xcode 8 support: rename "OS X" to "macOS"
  • Fixed not duping env variables
  • Add error catching when ipa file is not found
  • Remove redundant use of xcrun

0.48.1 Improvements

25 Jul 17:27
Compare
Choose a tag to compare
  • Use the exception handler in the inspector when you don't have a specific message (#5235)
  • Added missing prefix when printing out GH issue errors (#5215)

0.48.0 Feature Gating

23 Jun 19:44
Compare
Choose a tag to compare
  • Add Feature class for feature gating
  • Update dependencies

0.47.0 Inline GitHub Issue search

20 Jun 18:23
Compare
Choose a tag to compare

When fastlane ends with an error (both crashes and user error) it will now automatically search for relevant GitHub issues using the GitHub search API. This should reduce the number of incoming issues.

User Error: Found 1 issue
screenshot 2016-06-18 20 47 56

User Error: Found more issues
screenshot 2016-06-18 20 48 08

On fastlane crashes (never happens obviously)
screenshot 2016-06-18 20 48 23

Thanks @orta for working on the initial gem 👍

0.46.3 Improvements

09 Jun 18:07
Compare
Choose a tag to compare
  • Shellescape xcrun commands (#5032)
  • Improved jenkins is_ci helper #1340 (#5053)
  • Changed Helper.is_ci? to UI.interactive? (#5037)

0.46.2 Improvements

02 Jun 18:08
Compare
Choose a tag to compare
  • Re-implement -itc_provider support for ItunesTransporter