summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/Snapfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/ios/Snapfile b/ios/Snapfile
index 9893e94341..5f046038b0 100644
--- a/ios/Snapfile
+++ b/ios/Snapfile
@@ -31,6 +31,15 @@ erase_simulator(true)
# Disable concurrent simulators to prevent too many WireGuard public keys error
concurrent_simulators(false)
+# Hide simulator window
+headless(true)
+
+# Disable xcodebuild output to console
+suppress_xcode_output(true)
+
+# Prevent opening HTML summary
+skip_open_summary(true)
+
# Clean the device statusbar
override_status_bar(true)