File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -182,22 +182,14 @@ private_lane :upload_beta do |options|
182
182
end
183
183
184
184
sdk_version = get_sdk_version_from_environment
185
- app_version =
186
- if is_manual_upload
187
- major , minor , _patch = sdk_version . split ( '.' ) . map ( &:to_i )
188
- minor += 1
189
- "#{ major } .#{ minor } .0"
190
- else
191
- sdk_version
192
- end
193
- UI . important ( "[TestFlight] Uploading DemoApp version: #{ app_version } " )
185
+ UI . important ( "[TestFlight] Uploading DemoApp version: #{ sdk_version } " )
194
186
195
187
testflight_build (
196
188
api_key : appstore_api_key ,
197
189
xcode_project : xcode_project ,
198
190
sdk_target : 'StreamVideo' ,
199
191
app_target : options [ :app_target ] ,
200
- app_version : app_version ,
192
+ app_version : sdk_version ,
201
193
app_identifier : options [ :app_identifier ] ,
202
194
configuration : configuration ,
203
195
extensions : [ 'CallIntent' , 'ScreenSharing' ] ,
You can’t perform that action at this time.
0 commit comments