fastlane/lib/fastlane/actions/capture_ios_screenshots.rb in fastlane-2.122.0.beta.20190424200026 vs fastlane/lib/fastlane/actions/capture_ios_screenshots.rb in fastlane-2.122.0.beta.20190425200104

- old
+ new

@@ -26,9 +26,15 @@ return [] unless Helper.mac? require 'snapshot' Snapshot::Options.available_options end + def self.output + [ + ['SNAPSHOT_SCREENSHOTS_PATH', 'The path to the screenshots'] + ] + end + def self.author "KrauseFx" end def self.is_supported?(platform)