We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6e83e commit 1668cdeCopy full SHA for 1668cde
fastlane/Fastfile
@@ -184,6 +184,7 @@ private_lane :upload_beta do |options|
184
xcode_project: xcode_project,
185
sdk_target: 'StreamVideo',
186
app_target: options[:app_target],
187
+ app_version: get_sdk_version_from_environment,
188
app_identifier: options[:app_identifier],
189
configuration: configuration,
190
extensions: ['CallIntent', 'ScreenSharing']
0 commit comments