lib/sigh/options.rb in sigh-1.1.1 vs lib/sigh/options.rb in sigh-1.1.2
- old
+ new
@@ -60,13 +60,10 @@
optional: true),
FastlaneCore::ConfigItem.new(key: :output_path,
short_option: "-o",
env_name: "SIGH_OUTPUT_PATH",
description: "Directory in which the profile should be stored",
- default_value: ".",
- verify_block: proc do |value|
- raise "Could not find output directory '#{value}'".red unless File.exist?(value)
- end),
+ default_value: "."),
FastlaneCore::ConfigItem.new(key: :cert_id,
short_option: "-i",
env_name: "SIGH_CERTIFICATE_ID",
description: "The ID of the code signing certificate to use (e.g. 78ADL6LVAA) ",
optional: true),