Created
December 5, 2018 04:31
-
-
Save rlam3/64f278c68e39ce6794cb6c5655fccb7f to your computer and use it in GitHub Desktop.
increment build number
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
default_platform(:ios) | |
platform :ios do | |
before_all do |lane| | |
increment_build_number | |
end | |
# Beta TestFlight Lane | |
lane :testflight do | |
match | |
gym | |
upload_to_testflight | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment