# HG changeset patch # User Dennis Concepcion Martin # Date 1629186107 -3600 # Node ID 0acbf33c73bf2e4d5c2e49406ee06dd422559059 # Parent cfe9b209e7913e6699874b2f0d6b0210277e1be3 Set concurrent simulators to false diff -r cfe9b209e791 -r 0acbf33c73bf fastlane/Snapfile --- a/fastlane/Snapfile Mon Aug 16 21:20:19 2021 +0100 +++ b/fastlane/Snapfile Tue Aug 17 08:41:47 2021 +0100 @@ -24,6 +24,12 @@ # Enabling this option will automatically uninstall the application before running it. reinstall_app(true) +# Enabling this option will automatically erase the simulator before running the application +# erase_simulator(true) + +# Take snapshots on multiple simulators concurrently. +concurrent_simulators(false) + # Should the project be cleaned before building it? clean(true)