match/lib/match/options.rb in fastlane-2.69.3 vs match/lib/match/options.rb in fastlane-2.70.0.beta.20171213010003
- old
+ new
@@ -31,11 +31,10 @@
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, # we actually allow String and Array here
- skip_type_validation: true,
+ type: Array,
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",