summaryrefslogtreecommitdiffhomepage
path: root/ios/Configurations
diff options
context:
space:
mode:
authorNiklas Berglund <niklas.berglund@gmail.com>2024-02-26 15:17:11 +0100
committerBug Magnet <marco.nikic@mullvad.net>2024-02-28 08:57:33 +0100
commit2abc5ed909d6a91f235e55cb373cd1c91bdf4492 (patch)
tree27e4821b2a48291ad0e574203b4235613d739b0a /ios/Configurations
parent6ddaf845828dc4fc246dc4e242cac3a822e23791 (diff)
downloadmullvadvpn-2abc5ed909d6a91f235e55cb373cd1c91bdf4492.tar.xz
mullvadvpn-2abc5ed909d6a91f235e55cb373cd1c91bdf4492.zip
Add problem report test
Diffstat (limited to 'ios/Configurations')
-rw-r--r--ios/Configurations/UITests.xcconfig.template6
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.