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

Releases: fastlane-old/snapshot

2.0.0 Update to support fastlane 2.0

18 Dec 23:33
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.

1.18.1 Hotfix

15 Dec 21:20
Compare
Choose a tag to compare

Fixed getting version number for fastlane 2.0

1.18.0 Added support for fastlane 2.0

15 Dec 20:16
Compare
Choose a tag to compare

Update to support fastlane 2.0

1.17.0 Support force for reset_simulators & more...

13 Dec 05:39
Compare
Choose a tag to compare
  • support --force on reset_simulators (#6954)
  • Fix xcodebuild action specs (#7406)
  • upgrade fastimage, fixes #7370 (#7404)
  • Update internal dependencies

1.16.4 Improvements

21 Nov 21:38
Compare
Choose a tag to compare
  • 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

27 Oct 16:16
Compare
Choose a tag to compare
  • 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

06 Oct 23:29
Compare
Choose a tag to compare
  • 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

03 Oct 20:22
Compare
Choose a tag to compare
  • Updated xcpretty dependency
  • Updated spelling of fastlane

1.16.0 Swift 3 Support

21 Sep 13:38
Compare
Choose a tag to compare

Update snapshot to support both Swift 3 and Swift 2.3 (#6218)

1.15.0 Improvements

20 Sep 17:55
Compare
Choose a tag to compare
  • 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)