match/lib/match/options.rb in fastlane-2.69.0.beta.20171212010004 vs match/lib/match/options.rb in fastlane-2.69.0
- old
+ new
@@ -31,9 +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,
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",