diff fastlane/Snapfile @ 139:a4aeca1ad34a

Fix random test crashes with Fastlane
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Mon, 16 Aug 2021 20:59:21 +0100
parents 81ea5f034437
children 0acbf33c73bf
line wrap: on
line diff
--- a/fastlane/Snapfile	Mon Aug 16 19:10:25 2021 +0100
+++ b/fastlane/Snapfile	Mon Aug 16 20:59:21 2021 +0100
@@ -22,7 +22,7 @@
 scheme("Screenshots")
 
 # Enabling this option will automatically uninstall the application before running it.
-# reinstall_app(true)
+reinstall_app(true)
 
 # Should the project be cleaned before building it?
 clean(true)