File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -164,16 +164,15 @@ end
164164
165165desc 'Builds the latest version of Demo app and uploads it to TestFlight'
166166lane :swiftui_testflight_build do
167- UI . important ( "TESTME: #{ last_git_tag } " )
168- # match_me
169- # testflight_build(
170- # api_key: appstore_api_key,
171- # xcode_project: xcode_project,
172- # sdk_target: 'StreamChatSwiftUI',
173- # app_target: 'DemoAppSwiftUI',
174- # app_identifier: 'io.getstream.iOS.DemoAppSwiftUI',
175- # app_version: last_git_tag
176- # )
167+ match_me
168+ testflight_build (
169+ api_key : appstore_api_key ,
170+ xcode_project : xcode_project ,
171+ sdk_target : 'StreamChatSwiftUI' ,
172+ app_target : 'DemoAppSwiftUI' ,
173+ app_identifier : 'io.getstream.iOS.DemoAppSwiftUI' ,
174+ app_version : last_git_tag
175+ )
177176end
178177
179178desc 'Runs tests in Debug config'
You can’t perform that action at this time.
0 commit comments