lib/pilot/options.rb in pilot-1.8.0 vs lib/pilot/options.rb in pilot-1.9.0

- old
+ new

@@ -115,10 +115,14 @@ optional: true, is_string: true, default_value: CredentialsManager::AppfileConfig.try_fetch_value(:team_id), verify_block: proc do |value| ENV["FASTLANE_TEAM_ID"] = value.to_s - end) + end), + FastlaneCore::ConfigItem.new(key: :itc_provider, + env_name: "PILOT_ITC_PROVIDER", + description: "The provider short name to be used with the iTMSTransporter to identify your team", + optional: true) ] end end end