diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-02-26 15:17:11 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-02-28 08:57:33 +0100 |
| commit | 2abc5ed909d6a91f235e55cb373cd1c91bdf4492 (patch) | |
| tree | 27e4821b2a48291ad0e574203b4235613d739b0a /ios/Configurations | |
| parent | 6ddaf845828dc4fc246dc4e242cac3a822e23791 (diff) | |
| download | mullvadvpn-2abc5ed909d6a91f235e55cb373cd1c91bdf4492.tar.xz mullvadvpn-2abc5ed909d6a91f235e55cb373cd1c91bdf4492.zip | |
Add problem report test
Diffstat (limited to 'ios/Configurations')
| -rw-r--r-- | ios/Configurations/UITests.xcconfig.template | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ios/Configurations/UITests.xcconfig.template b/ios/Configurations/UITests.xcconfig.template index 0584179b3d..b55222dac2 100644 --- a/ios/Configurations/UITests.xcconfig.template +++ b/ios/Configurations/UITests.xcconfig.template @@ -7,8 +7,10 @@ IOS_DEVICE_PIN_CODE = TEST_DEVICE_IDENTIFIER_UUID = // Mullvad accounts used by UI tests -NO_TIME_ACCOUNT_NUMBER = -HAS_TIME_ACCOUNT_NUMBER = +NO_TIME_ACCOUNT_NUMBER[config=Debug] = +NO_TIME_ACCOUNT_NUMBER[config=Staging] = +HAS_TIME_ACCOUNT_NUMBER[config=Debug] = +HAS_TIME_ACCOUNT_NUMBER[config=Staging] = FIVE_WIREGUARD_KEYS_ACCOUNT_NUMBER = // Ad serving domain used when testing ad blocking. Note that we are assuming there's an HTTP server running on the host. |
