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

Releases: fastlane-old/scan

1.0.0 Update to support fastlane 2.0

18 Dec 23:55
Compare
Choose a tag to compare
  • Note: Previous fastlane 2.0 compatible releases were removed due to cyclic dependency errors
  • This release is only compatible with fastlane 2.0. To continue using fastlane 1, please use older releases
  • Calling <tool-name> from the commandline is now deprecated. Please use fastlane <tool-name> instead.

0.15.0 Added support for fastlane 2.0

15 Dec 20:26
Compare
Choose a tag to compare
  • Added support for fastlane 2.0
  • Make slack_url a sensitive option (#7239)
  • Update internal dependencies

0.14.2 Improvements

21 Nov 21:38
Compare
Choose a tag to compare
  • Update internal dependencies (#7119)
  • Fix error xcodebuild: error: option '-configuration' may only be provided once (#7109)

0.14.1 Hot Fix

04 Nov 14:06
Compare
Choose a tag to compare
  • Fix crash when running scan on macOS projects (#6864)

0.14.0 Single scheme Xcode projects, better failure handling & more

03 Nov 23:11
Compare
Choose a tag to compare
  • Properly handle report generation failures (#6788)
  • Handle single scheme Xcode projects (#6637)
  • Fix importing the Scanfile twice when Scanfile is in project's directory (#6598)
  • Show Xcode path in summary table (#6470)
  • Update internal dependencies

0.13.1 Downgraded xcpretty

07 Oct 00:08
Compare
Choose a tag to compare

Downgrade xcpretty dependency due to fastlane/fastlane#6343

0.13.0 Improvements

20 Sep 20:31
Compare
Choose a tag to compare
  • Add a 'raw' output style to detect when CI is hanging (#6194)
  • Update internal dependencies (#6104)

0.12.1 Improvements

12 Sep 17:43
Compare
Choose a tag to compare
  • Improved the way default simulators are detected (#5746)

0.12.0 Improvements

08 Sep 15:33
Compare
Choose a tag to compare
  • Update fastlane_core dependency to pick up a xcodebuild workaround (#5626) and timeout/retry solution (#5188) (#6039)
  • Updated tools with build logs to use common configured Logs directory. (#5881)

0.11.0 Improved derived data path

10 Aug 20:38
Compare
Choose a tag to compare
  • [scan] Add automatic detection of derived data path (#5563)
  • [scan] Skip showing GitHub issues for build errors (#5609)