lib/snapshot/options.rb in snapshot-1.2.2 vs lib/snapshot/options.rb in snapshot-1.3.0

- old
+ new

@@ -45,9 +45,16 @@ description: "A list of languages which should be used", is_string: false, default_value: [ 'en-US' ]), + FastlaneCore::ConfigItem.new(key: :launch_arguments, + env_name: 'SNAPSHOT_LAUNCH_ARGUMENTS', + description: "A list of launch arguments which should be used", + is_string: false, + default_value: [ + '' + ]), FastlaneCore::ConfigItem.new(key: :output_directory, short_option: "-o", env_name: "SNAPSHOT_OUTPUT_DIRECTORY", description: "The directory where to store the screenshots", default_value: output_directory),