Skip to content

Instantly share code, notes, and snippets.

@Osein
Created July 1, 2019 05:18
Show Gist options
  • Select an option

  • Save Osein/a4554a1301b06790de79773215c133b3 to your computer and use it in GitHub Desktop.

Select an option

Save Osein/a4554a1301b06790de79773215c133b3 to your computer and use it in GitHub Desktop.
desc "Send application to app store"
lane :deliverToAppStore do
deliver(
submit_for_review: false,
automatic_release: false,
phased_release: true,
force: true, # Skip HTMl report verification
skip_metadata: false,
skip_screenshots: true,
skip_binary_upload: false
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment