Snapshot Versions Save

Automate taking localized screenshots of your iOS app on every device

2.0.0

7 years ago
  • 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

7 years ago

Fixed getting version number for fastlane 2.0

1.18.0

7 years ago

Update to support fastlane 2.0

1.17.0

7 years ago
  • support --force on reset_simulators (#6954)
  • Fix xcodebuild action specs (#7406)
  • upgrade fastimage, fixes #7370 (#7404)
  • Update internal dependencies

1.16.4

7 years ago
  • 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

7 years ago
  • 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

7 years ago
  • 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

7 years ago
  • Updated xcpretty dependency
  • Updated spelling of fastlane

1.16.0

7 years ago

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

1.15.0

7 years ago
  • 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)