lib/pilot/options.rb in pilot-0.2.2 vs lib/pilot/options.rb in pilot-0.2.3
- old
+ new
@@ -10,9 +10,10 @@
env_name: "PILOT_USERNAME",
description: "Your Apple ID Username",
default_value: CredentialsManager::AppfileConfig.try_fetch_value(:apple_id)),
FastlaneCore::ConfigItem.new(key: :ipa,
short_option: "-i",
+ optional: true,
env_name: "PILOT_IPA",
description: "Path to the ipa file to upload",
default_value: Dir["*.ipa"].first,
verify_block: proc do |value|
raise "Could not find ipa file at path '#{value}'" unless File.exist? value