diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-06-10 14:09:53 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-06-19 13:10:26 +0200 |
| commit | 6d905da1b7610baf6a006dcd8ea998817a8fb0e4 (patch) | |
| tree | 9947ed2396152ab8b81210f7466ee65ceaf6df93 /ios/Configurations | |
| parent | 121286df1096aa5981c5dbe57155b92a4cb05d8b (diff) | |
| download | mullvadvpn-6d905da1b7610baf6a006dcd8ea998817a8fb0e4.tar.xz mullvadvpn-6d905da1b7610baf6a006dcd8ea998817a8fb0e4.zip | |
Fix for failing iOS screenshot tests
Diffstat (limited to 'ios/Configurations')
| -rw-r--r-- | ios/Configurations/Screenshots.xcconfig.template | 3 | ||||
| -rw-r--r-- | ios/Configurations/UITests.xcconfig.template | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/ios/Configurations/Screenshots.xcconfig.template b/ios/Configurations/Screenshots.xcconfig.template index 025de82739..e885dd21d0 100644 --- a/ios/Configurations/Screenshots.xcconfig.template +++ b/ios/Configurations/Screenshots.xcconfig.template @@ -5,6 +5,3 @@ PROVISIONING_PROFILE_SPECIFIER[config=Debug][sdk=*][arch=*] = Screenshots Development PROVISIONING_PROFILE_SPECIFIER[config=Staging][sdk=*][arch=*] = Screenshots Development PROVISIONING_PROFILE_SPECIFIER[config=MockRelease][sdk=*][arch=*] = Screenshots Development - -// Mullvad account number used when taking screenshots -MULLVAD_ACCOUNT_TOKEN = diff --git a/ios/Configurations/UITests.xcconfig.template b/ios/Configurations/UITests.xcconfig.template index 030fe46d31..74fb0355ee 100644 --- a/ios/Configurations/UITests.xcconfig.template +++ b/ios/Configurations/UITests.xcconfig.template @@ -7,7 +7,7 @@ IOS_DEVICE_PIN_CODE = TEST_DEVICE_IDENTIFIER_UUID = // Base64 encoded token for the partner API. Will only be used if account numbers are not configured. -PARTNER_API_TOKEN = +// PARTNER_API_TOKEN = // Mullvad accounts used by UI tests HAS_TIME_ACCOUNT_NUMBER[config=Debug] = |
