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 @@ -282,22 +282,14 @@ lane :uikit_testflight_build do |options|
282
282
match_me
283
283
284
284
sdk_version = get_sdk_version_from_environment
285
- app_version =
286
- if is_manual_upload
287
- major , minor , _patch = sdk_version . split ( '.' ) . map ( &:to_i )
288
- minor += 1
289
- "#{ major } .#{ minor } .0"
290
- else
291
- sdk_version
292
- end
293
- UI . important ( "[TestFlight] Uploading DemoApp version: #{ app_version } " )
285
+ UI . important ( "[TestFlight] Uploading DemoApp version: #{ sdk_version } " )
294
286
295
287
testflight_build (
296
288
api_key : appstore_api_key ,
297
289
xcode_project : xcode_project ,
298
290
sdk_target : 'StreamChat' ,
299
291
app_target : 'DemoApp' ,
300
- app_version : app_version ,
292
+ app_version : sdk_version ,
301
293
app_identifier : 'io.getstream.iOS.ChatDemoApp' ,
302
294
configuration : configuration ,
303
295
extensions : [ 'DemoShare' ] ,
You can’t perform that action at this time.
0 commit comments