deliver/lib/deliver/options.rb in fastlane-2.221.0 vs deliver/lib/deliver/options.rb in fastlane-2.221.1

- old
+ new

@@ -247,10 +247,10 @@ UI.user_error!("Could not find config file at path '#{File.expand_path(value)}'") unless File.exist?(value) UI.user_error!("'#{value}' doesn't seem to be a JSON file") unless FastlaneCore::Helper.json_file?(File.expand_path(value)) end), FastlaneCore::ConfigItem.new(key: :submission_information, short_option: "-b", - description: "Extra information for the submission (e.g. compliance specifications, IDFA settings)", + description: "Extra information for the submission (e.g. compliance specifications)", type: Hash, optional: true), # affiliation FastlaneCore::ConfigItem.new(key: :team_id,