Created
September 12, 2020 17:42
-
-
Save mariia-cherniuk/27708d0651f2e64daa099acee17cf5a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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