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
0.10.1 Improvements
- Refactor scan to launch Simulator.app via fastlane_core (#5597)
- Update scan to make use of the fastlane_core feature to not look for GH issues (#5575)
0.10.0 Improvements
- Add option to specify JUnit report output file name (#5428)
- Use the Simulator.app matching the currently selected Xcode Command Line Tools (#5530)
0.9.0 Improvements
- Fixed error when running
scan
on tvos target (#5360) - Add Xcode 8 support: rename "OS X" to "macOS" (#5385)
0.8.0 Improvements
- Add
use_clang_report_name
option to scan to improve OCLint integration
0.7.1 Improvements
- Fixed a scan crash for OS X projects
- Made junit result parsing more robust, to deal with additional properties, orders
0.7.0 Test on multiple devices
- You can now run
scan
on multiple devices using the newdevices
option (#4758) - Added support to address sanitizer (#4615)
0.6.1 Improvements
- Add experimental work-around for hanging simulators
0.6.0 Improvements
- Added an option to provide a custom Slack message with the test results
- Added support for using a custom xcpretty formatter
- Added an ENV var for SCAN_SKIP_BUILD
0.5.2 Improvements
Consider both major and minor versions when looking for compatible simulators
0.5.1 Improvements
- Make
scan
fail if the test command has a non-zero exit status