diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-02-19 11:49:20 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-02-19 13:42:44 +0100 |
| commit | 391b65d5449fe0174d2338735e9b5b7808b93d0f (patch) | |
| tree | 5f014c42652d7dba2a4415ea8c3405d9d85bd938 | |
| parent | 88957fdee24db8273fc76dec59445031099e560c (diff) | |
| download | mullvadvpn-391b65d5449fe0174d2338735e9b5b7808b93d0f.tar.xz mullvadvpn-391b65d5449fe0174d2338735e9b5b7808b93d0f.zip | |
Disable concurrent simulators
| -rw-r--r-- | ios/Snapfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/Snapfile b/ios/Snapfile index 6466ec7076..64a28a666e 100644 --- a/ios/Snapfile +++ b/ios/Snapfile @@ -26,6 +26,9 @@ clear_previous_screenshots(true) # Erase simulator before running erase_simulator(true) +# Disable concurrent simulators to prevent too many WireGuard public keys error +concurrent_simulators(false) + # Arguments to pass to the app on launch. See https://docs.fastlane.tools/actions/snapshot/#launch-arguments # launch_arguments(["-favColor red"]) |
