diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2025-10-24 08:13:18 +0200 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2025-10-24 08:13:18 +0200 |
| commit | 3fd0813021ce79818d39996ff089dfb8a5697ad4 (patch) | |
| tree | 289ecb097e4eca02b78bbecfb72d93215c173873 /ios/Configurations | |
| parent | 63e9eb92c6e7a1aee6b682ed885d10a6f6fc699c (diff) | |
| parent | e1f357ea3b261265dca2ce0712b265f632079c37 (diff) | |
| download | mullvadvpn-3fd0813021ce79818d39996ff089dfb8a5697ad4.tar.xz mullvadvpn-3fd0813021ce79818d39996ff089dfb8a5697ad4.zip | |
Merge branch 'fetch-current-location-asynchronously-upon-first-start-of-ios-1328'
Diffstat (limited to 'ios/Configurations')
| -rw-r--r-- | ios/Configurations/Api.xcconfig.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ios/Configurations/Api.xcconfig.template b/ios/Configurations/Api.xcconfig.template index 0fb8b09e90..f38cfd22df 100644 --- a/ios/Configurations/Api.xcconfig.template +++ b/ios/Configurations/Api.xcconfig.template @@ -17,3 +17,8 @@ API_ENDPOINT[config=Debug] = 45.83.223.196:443 API_ENDPOINT[config=Release] = 45.83.223.196:443 API_ENDPOINT[config=MockRelease] = 45.83.223.196:443 API_ENDPOINT[config=Staging] = 185.217.116.132:443 + +AM_I_JSON_URL[config=Debug] = https:/${}/am.i.mullvad.net/json +AM_I_JSON_URL[config=Release] = https:/${}/am.i.mullvad.net/json +AM_I_JSON_URL[config=MockRelease] = https:/${}/am.i.mullvad.net/json +AM_I_JSON_URL[config=Staging] = https:/${}/am.i.stagemole.eu/json |
