Skip to content

Instantly share code, notes, and snippets.

@SpacyRicochet
Last active September 17, 2015 07:32
Show Gist options
  • Select an option

  • Save SpacyRicochet/fd1565d7c2ef8d65ea38 to your computer and use it in GitHub Desktop.

Select an option

Save SpacyRicochet/fd1565d7c2ef8d65ea38 to your computer and use it in GitHub Desktop.
Example fastlane setup
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