pilot/lib/pilot/options.rb in fastlane-2.65.0.beta.20171113010004 vs pilot/lib/pilot/options.rb in fastlane-2.65.0.beta.20171114010003

- old
+ new

@@ -156,10 +156,15 @@ description: "Associate tester to one group or more by group name / group id. E.g. '-g \"Team 1\",\"Team 2\"'", optional: true, type: Array, verify_block: proc do |value| UI.user_error!("Could not evaluate array from '#{value}'") unless value.kind_of?(Array) - end) + end), + FastlaneCore::ConfigItem.new(key: :wait_for_uploaded_build, + env_name: "PILOT_WAIT_FOR_UPLOADED_BUILD", + description: "Use version info from uploaded ipa file to determine what build to use for distribution. If set to false, latest processing or any latest build will be used", + is_string: false, + default_value: false) ] end end end