deliver/lib/deliver/options.rb in fastlane-2.115.0.beta.20190126200102 vs deliver/lib/deliver/options.rb in fastlane-2.115.0.beta.20190127200030

- old
+ new

@@ -255,9 +255,16 @@ description: "The default precheck rule level unless otherwise configured", is_string: false, default_value: :warn), # App Metadata + FastlaneCore::ConfigItem.new(key: :individual_metadata_items, + env_name: "DELIVER_INDIVUDAL_METADATA_ITEMS", + description: "An array of localized metadata items to upload individually by language so that errors can be identified. E.g. ['name', 'keywords', 'description']. Note: slow", + is_string: false, + type: Array, + default_value: []), + # Non Localised FastlaneCore::ConfigItem.new(key: :app_icon, description: "Metadata: The path to the app icon", optional: true, short_option: "-l",