Last active
September 17, 2015 07:32
-
-
Save SpacyRicochet/fd1565d7c2ef8d65ea38 to your computer and use it in GitHub Desktop.
Example fastlane setup
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
| fastlane_version "1.26.0" | |
| lane :beta do |options| | |
| check | |
| end | |
| private_lane :check do |options| | |
| # ensure_git_status_clean | |
| increment_build_number | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment