pilot/lib/pilot/options.rb in fastlane-2.120.0.beta.20190409200021 vs pilot/lib/pilot/options.rb in fastlane-2.120.0

- old
+ new

@@ -238,9 +238,10 @@ verify_block: proc do |value| UI.user_error!("Please enter a valid positive number of seconds") unless value.to_i > 0 end), FastlaneCore::ConfigItem.new(key: :wait_for_uploaded_build, env_name: "PILOT_WAIT_FOR_UPLOADED_BUILD", + deprecated: "No longer needed with the transition over to the App Store Connect API", 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), FastlaneCore::ConfigItem.new(key: :reject_build_waiting_for_review, short_option: "-b",