changeset 142:0acbf33c73bf

Set concurrent simulators to false
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 17 Aug 2021 08:41:47 +0100
parents cfe9b209e791
children 407611b9df91
files fastlane/Snapfile
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)