lib/gym/options.rb in gym-0.3.2 vs lib/gym/options.rb in gym-0.3.3
- old
+ new
@@ -47,13 +47,10 @@
default_value: false),
FastlaneCore::ConfigItem.new(key: :output_directory,
short_option: "-o",
env_name: "GYM_OUTPUT_DIRECTORY",
description: "The directory in which the ipa file should be stored in",
- default_value: ".",
- verify_block: proc do |value|
- raise "Directory not found at path '#{File.expand_path(value)}'".red unless File.directory?(value)
- end),
+ default_value: "."),
FastlaneCore::ConfigItem.new(key: :output_name,
short_option: "-n",
env_name: "GYM_OUTPUT_NAME",
description: "The name of the resulting ipa file",
optional: true,