File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,6 @@ platform :ios do
8282
8383 testflight_groups = ( git_branch ( ) == "main" ) ? [ 'Dev Testers' , 'Public Testers' ] : [ 'Dev Testers' ]
8484
85- # https://github.com/fastlane/fastlane/issues/20741
86- ENV [ 'ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD' ] = 'true'
87-
8885 begin
8986 upload_to_testflight (
9087 groups : testflight_groups ,
Original file line number Diff line number Diff line change @@ -84,9 +84,6 @@ platform :ios do
8484
8585 testflight_groups = ( git_branch ( ) == "main" ) ? [ 'Dev Testers' , 'Public Testers' ] : [ 'Dev Testers' ]
8686
87- # https://github.com/fastlane/fastlane/issues/20741
88- ENV [ 'ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD' ] = 'true'
89-
9087 begin
9188 upload_to_testflight (
9289 groups : testflight_groups ,
Original file line number Diff line number Diff line change @@ -83,9 +83,6 @@ platform :ios do
8383 )
8484
8585 testflight_groups = ( git_branch ( ) == "main" ) ? [ 'Dev Testers' , 'Public Testers' ] : [ 'Dev Testers' ]
86-
87- # https://github.com/fastlane/fastlane/issues/20741
88- ENV [ 'ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD' ] = 'true'
8986
9087 begin
9188 upload_to_testflight (
You can’t perform that action at this time.
0 commit comments