match/lib/match/options.rb in fastlane-2.164.0 vs match/lib/match/options.rb in fastlane-2.165.0

- old
+ new

@@ -63,10 +63,10 @@ default_value: false), FastlaneCore::ConfigItem.new(key: :app_identifier, short_option: "-a", env_name: "MATCH_APP_IDENTIFIER", - description: "The bundle identifier(s) of your app (comma-separated)", + description: "The bundle identifier(s) of your app (comma-separated string or array of strings)", type: Array, # we actually allow String and Array here skip_type_validation: true, code_gen_sensitive: true, default_value: CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier), default_value_dynamic: true),