Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Oct 29, 2024
1 parent b501295 commit bac4f4f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,15 @@ end

desc 'Builds the latest version of Demo app and uploads it to TestFlight'
lane :swiftui_testflight_build do
UI.important("TESTME: #{last_git_tag}")
# match_me
# testflight_build(
# api_key: appstore_api_key,
# xcode_project: xcode_project,
# sdk_target: 'StreamChatSwiftUI',
# app_target: 'DemoAppSwiftUI',
# app_identifier: 'io.getstream.iOS.DemoAppSwiftUI',
# app_version: last_git_tag
# )
match_me
testflight_build(
api_key: appstore_api_key,
xcode_project: xcode_project,
sdk_target: 'StreamChatSwiftUI',
app_target: 'DemoAppSwiftUI',
app_identifier: 'io.getstream.iOS.DemoAppSwiftUI',
app_version: last_git_tag
)
end

desc 'Runs tests in Debug config'
Expand Down

0 comments on commit bac4f4f

Please sign in to comment.