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.
type
is_string
1 parent b083991 commit d9d69c5Copy full SHA for d9d69c5
lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_get_build_number.rb
@@ -26,7 +26,7 @@ def self.available_options
26
key: :xcconfig_file_path,
27
env_name: 'FL_IOS_XCCONFIG_FILE_PATH',
28
description: 'Path to the .xcconfig file containing the build number',
29
- is_string: false,
+ type: String,
30
optional: false
31
),
32
]
0 commit comments