lib/snapshot/options.rb in snapshot-1.4.4 vs lib/snapshot/options.rb in snapshot-1.5.0
- old
+ new
@@ -103,9 +103,15 @@
FastlaneCore::ConfigItem.new(key: :configuration,
short_option: "-q",
env_name: "SNAPSHOT_CONFIGURATION",
description: "The configuration to use when building the app. Defaults to 'Release'",
optional: true),
+ FastlaneCore::ConfigItem.new(key: :xcpretty_args,
+ short_option: "-x",
+ env_name: "SNAPSHOT_XCPRETTY_ARGS",
+ description: "Additional xcpretty arguments",
+ is_string: true,
+ optional: true),
FastlaneCore::ConfigItem.new(key: :sdk,
short_option: "-k",
env_name: "SNAPSHOT_SDK",
description: "The SDK that should be used for building the application",
optional: true),