Skip to content

Instantly share code, notes, and snippets.

@rlam3
Created December 5, 2018 04:31
Show Gist options
  • Save rlam3/64f278c68e39ce6794cb6c5655fccb7f to your computer and use it in GitHub Desktop.
Save rlam3/64f278c68e39ce6794cb6c5655fccb7f to your computer and use it in GitHub Desktop.
increment build number
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