match/lib/match/options.rb in fastlane-2.70.0.beta.20171213010003 vs match/lib/match/options.rb in fastlane-2.70.0.beta.20171214010003
- old
+ new
@@ -31,10 +31,11 @@
FastlaneCore::ConfigItem.new(key: :app_identifier,
short_option: "-a",
env_name: "MATCH_APP_IDENTIFIER",
description: "The bundle identifier(s) of your app (comma-separated)",
is_string: false,
- type: Array,
+ type: Array, # we actually allow String and Array here
+ skip_type_validation: true,
default_value: CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier)),
FastlaneCore::ConfigItem.new(key: :username,
short_option: "-u",
env_name: "MATCH_USERNAME",
description: "Your Apple ID Username",