deliver/lib/deliver/options.rb in fastlane-2.126.0.beta.20190616200045 vs deliver/lib/deliver/options.rb in fastlane-2.126.0.beta.20190617200114

- old
+ new

@@ -322,9 +322,13 @@ FastlaneCore::ConfigItem.new(key: :app_review_information, description: "Metadata: A hash containing the review information", optional: true, is_string: false, type: Hash), + FastlaneCore::ConfigItem.new(key: :app_review_attachment_file, + description: "Metadata: Path to the app review attachment file", + optional: true, + is_string: true), # Localised FastlaneCore::ConfigItem.new(key: :description, description: "Metadata: The localised app description", optional: true, is_string: false),