This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/snapshot
Releases · fastlane-old/snapshot
2.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.
1.18.1 Hotfix
Fixed getting version number for fastlane 2.0
1.18.0 Added support for fastlane 2.0
Update to support fastlane 2.0
1.17.0 Support force for reset_simulators & more...
- support --force on reset_simulators (#6954)
- Fix xcodebuild action specs (#7406)
- upgrade fastimage, fixes #7370 (#7404)
- Update internal dependencies
1.16.4 Improvements
- Fix error
xcodebuild: error: option '-configuration' may only be provided once
(#7107) - Improved documention of tvOS support (#7096)
- Update internal dependencies (#7119)
1.16.3 iPhone 7/7+ fix & Improvmenets
- iPhone 7 and 7+ screenshots are now properly added to HTML
- Show Xcode path in summary table
- Text/documentation fixes
- Add link to new fastlane docs
- Update dependencies
1.16.2 Improved iPad Pro Support
- Update snapshot reporter to work with the new iPad Pro
- Remove iPhone 4s from default Snapfile and update iPad
- Move launch_arguments to bottom of sample Snapfile
1.16.1 Improvements
- Updated xcpretty dependency
- Updated spelling of fastlane
1.16.0 Swift 3 Support
Update snapshot to support both Swift 3 and Swift 2.3 (#6218)
1.15.0 Improvements
- Allow snapshot to match simulators with the right name but wrong OS version (#6204)
- Update internal dependencies (#6104)
- Use Snapshot.config[:ios_version] if os_version is not given. (#5985)