Skip to content

Instantly share code, notes, and snippets.

@agammahajan1
Last active October 15, 2018 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agammahajan1/ffa895936f459d7cf0545dd60d36afa9 to your computer and use it in GitHub Desktop.
Save agammahajan1/ffa895936f459d7cf0545dd60d36afa9 to your computer and use it in GitHub Desktop.
Create Build Lane
lane :create_build do |options|
scheme = "ProjectName"
configuration = "Release"
export_method = "ad-hoc"
icloud_environment = "Production"
gym(scheme: scheme,
configuration: configuration,
export_options:export_options,
output_name:"ProjectName.ipa")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment