We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f387aa commit 617b74fCopy full SHA for 617b74f
fastlane/lib/fastlane/actions/update_app_identifier.rb
@@ -78,7 +78,7 @@ def self.available_options
78
FastlaneCore::ConfigItem.new(key: :app_identifier,
79
env_name: 'FL_UPDATE_APP_IDENTIFIER',
80
description: 'The app Identifier you want to set',
81
- default_value: ENV['PRODUCE_APP_IDENTIFIER'])
+ default_value: ENV['PRODUCE_APP_IDENTIFIER'] || CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier))
82
]
83
end
84
0 commit comments