Skip to content

Instantly share code, notes, and snippets.

@mariia-cherniuk
Created September 12, 2020 17:42
Show Gist options
  • Save mariia-cherniuk/27708d0651f2e64daa099acee17cf5a7 to your computer and use it in GitHub Desktop.
Save mariia-cherniuk/27708d0651f2e64daa099acee17cf5a7 to your computer and use it in GitHub Desktop.
desc "Submits a new beta build to \"Apple TestFlight\""
lane :testflight_beta do
build(profile_type: "appstore", scheme: "TestFlight", app_identifier: "your_app_identifier")
pilot(skip_waiting_for_build_processing: true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment