Skip to content

Instantly share code, notes, and snippets.

@mantovanirian
Created November 13, 2019 03:41
Show Gist options
  • Save mantovanirian/a9330d0b5c10b308af37ad4b94d9f32f to your computer and use it in GitHub Desktop.
Save mantovanirian/a9330d0b5c10b308af37ad4b94d9f32f to your computer and use it in GitHub Desktop.
Fastfile
lane :build_for_test do
cocoapods(repo_update: true)
scan(
workspace: "your.xcworkspace",
scheme: "your_scheme",
should_zip_build_products: true,
build_for_testing: true,
device: "your_preferred_device
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment