deliver/lib/deliver/options.rb in fastlane-2.145.0 vs deliver/lib/deliver/options.rb in fastlane-2.146.0
- old
+ new
@@ -257,10 +257,13 @@
end),
# rubocop:disable Metrics/LineLength
FastlaneCore::ConfigItem.new(key: :itc_provider,
env_name: "DELIVER_ITC_PROVIDER",
description: "The provider short name to be used with the iTMSTransporter to identify your team. This value will override the automatically detected provider short name. To get provider short name run `pathToXcode.app/Contents/Applications/Application\\ Loader.app/Contents/itms/bin/iTMSTransporter -m provider -u 'USERNAME' -p 'PASSWORD' -account_type itunes_connect -v off`. The short names of providers should be listed in the second column",
- optional: true),
+ optional: true,
+ code_gen_sensitive: true,
+ default_value: CredentialsManager::AppfileConfig.try_fetch_value(:itc_provider),
+ default_value_dynamic: true),
# rubocop:enable Metrics/LineLength
# precheck
FastlaneCore::ConfigItem.new(key: :run_precheck_before_submit,
short_option: "-x",