Skip to content

Commit bac4f4f

Browse files
committed
Test
1 parent b501295 commit bac4f4f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

fastlane/Fastfile

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,15 @@ end
164164

165165
desc 'Builds the latest version of Demo app and uploads it to TestFlight'
166166
lane :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+
)
177176
end
178177

179178
desc 'Runs tests in Debug config'

0 commit comments

Comments
 (0)