ios: Fastfile upload to test_flight

This is the only command I could get to work using an app specific
password.
This commit is contained in:
Vishesh Handa
2020-07-26 18:04:00 +02:00
parent 92f4929042
commit b0acadec6b

View File

@ -5,6 +5,7 @@ platform :ios do
lane :release do
increment_build_number(build_number: number_of_commits)
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
upload_to_app_store(skip_metadata: true, skip_screenshots: true)
#upload_to_app_store(skip_metadata: true, skip_screenshots: true)
upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:true)
end
end