Skip to content

Instantly share code, notes, and snippets.

@JavyMB
Created May 18, 2019 19:36
Show Gist options
  • Save JavyMB/38c693b4d8736425067a3fa84c6279c2 to your computer and use it in GitHub Desktop.
Save JavyMB/38c693b4d8736425067a3fa84c6279c2 to your computer and use it in GitHub Desktop.
Build the iOS application.
desc 'Build the iOS application.'
private_lane :build do
certificates
increment_build_number(xcodeproj: './ios/name.xcodeproj')
gym(scheme: 'name', project: './ios/name.xcodeproj')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment