Mercurial > public > simoleon
diff 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 |
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)