Skip to content

Instantly share code, notes, and snippets.

@JavyMB
Created May 18, 2019 19:51
Show Gist options
  • Save JavyMB/aca7ab8b9923f1efd841d3dcf8c70cfc to your computer and use it in GitHub Desktop.
Save JavyMB/aca7ab8b9923f1efd841d3dcf8c70cfc to your computer and use it in GitHub Desktop.
Ship to testflight
desc 'Ship to Testflight.'
lane :beta do
build
pilot
commit_version_bump(message: 'Bump build', xcodeproj: './ios/name.xcodeproj')
push_to_git_remote
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment