We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ios_get_app_version
1 parent 60a350c commit fce43b3Copy full SHA for fce43b3
lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_get_app_version.rb
@@ -24,7 +24,7 @@ def self.available_options
24
[
25
FastlaneCore::ConfigItem.new(
26
key: :public_version_xcconfig_file,
27
- env_name: 'FL_IOS_GET_APP_VERSION_PUBLIC_VERSION_XCCONFIG_FILE',
+ env_name: 'FL_IOS_PUBLIC_VERSION_XCCONFIG_FILE',
28
description: 'Path to the .xcconfig file containing the public app version',
29
type: String,
30
optional: false
0 commit comments