This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/scan
Releases · fastlane-old/scan
1.0.0 Update to support fastlane 2.0
- 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 usefastlane <tool-name>
instead.
0.15.0 Added support for fastlane 2.0
- Added support for fastlane 2.0
- Make slack_url a sensitive option (#7239)
- Update internal dependencies
0.14.2 Improvements
- Update internal dependencies (#7119)
- Fix error
xcodebuild: error: option '-configuration' may only be provided once
(#7109)
0.14.1 Hot Fix
- Fix crash when running scan on macOS projects (#6864)
0.14.0 Single scheme Xcode projects, better failure handling & more
- 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
Downgrade xcpretty dependency due to fastlane/fastlane#6343
0.13.0 Improvements
- Add a 'raw' output style to detect when CI is hanging (#6194)
- Update internal dependencies (#6104)
0.12.1 Improvements
- Improved the way default simulators are detected (#5746)
0.12.0 Improvements
- 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
- [scan] Add automatic detection of derived data path (#5563)
- [scan] Skip showing GitHub issues for build errors (#5609)