comparison fastlane/Snapfile @ 142:0acbf33c73bf

Set concurrent simulators to false
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 17 Aug 2021 08:41:47 +0100
parents a4aeca1ad34a
children
comparison
equal deleted inserted replaced
141:cfe9b209e791 142:0acbf33c73bf
22 scheme("Screenshots") 22 scheme("Screenshots")
23 23
24 # Enabling this option will automatically uninstall the application before running it. 24 # Enabling this option will automatically uninstall the application before running it.
25 reinstall_app(true) 25 reinstall_app(true)
26 26
27 # Enabling this option will automatically erase the simulator before running the application
28 # erase_simulator(true)
29
30 # Take snapshots on multiple simulators concurrently.
31 concurrent_simulators(false)
32
27 # Should the project be cleaned before building it? 33 # Should the project be cleaned before building it?
28 clean(true) 34 clean(true)
29 35
30 # Enabling this option will configure the Simulator's system language. 36 # Enabling this option will configure the Simulator's system language.
31 localize_simulator(true) 37 localize_simulator(true)