Created
July 1, 2019 05:18
-
-
Save Osein/a4554a1301b06790de79773215c133b3 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 "Send application to app store" | |
| lane :deliverToAppStore do | |
| deliver( | |
| submit_for_review: false, | |
| automatic_release: false, | |
| phased_release: true, | |
| force: true, # Skip HTMl report verification | |
| skip_metadata: false, | |
| skip_screenshots: true, | |
| skip_binary_upload: false | |
| ) | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment