Skip to content

Instantly share code, notes, and snippets.

@elenipapanik
Created September 10, 2020 10:28
Show Gist options
  • Save elenipapanik/7d0317f1a2790951d5d78c8c1befcdf6 to your computer and use it in GitHub Desktop.
Save elenipapanik/7d0317f1a2790951d5d78c8c1befcdf6 to your computer and use it in GitHub Desktop.
lane :upload_to_testflight do
pilot(
ipa: "./build/our_project.ipa",
skip_submission: true,
skip_waiting_for_build_processing: true,
app_identifier: "production_app_identifier"
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment