diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-11-04 17:00:15 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-11-15 11:33:15 +0100 |
| commit | d458e55336f463d55bcb8e7f0cdf6001e84c33ed (patch) | |
| tree | 4ddab574c41282aa2b05f96348e5cec3e0122266 /ios | |
| parent | 5617e5e2a61b963a674aa5a91c65f8925fab1cb4 (diff) | |
| download | mullvadvpn-d458e55336f463d55bcb8e7f0cdf6001e84c33ed.tar.xz mullvadvpn-d458e55336f463d55bcb8e7f0cdf6001e84c33ed.zip | |
Update Snapfile
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/Snapfile | 9 |
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) |
