summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2025-03-12 12:29:23 +0100
committerBug Magnet <marco.nikic@mullvad.net>2025-03-13 08:54:45 +0100
commitd8ea3380f7c72772833c2fb3bd2ca52eb689425a (patch)
tree535b457cef966d0f3599754f9414c6e829e91900 /ios
parent2df0d0d9020edac9fe7be64b7504004fa9b4b442 (diff)
downloadmullvadvpn-d8ea3380f7c72772833c2fb3bd2ca52eb689425a.tar.xz
mullvadvpn-d8ea3380f7c72772833c2fb3bd2ca52eb689425a.zip
Update the README file describing changes to the relay prebuild script
Diffstat (limited to 'ios')
-rw-r--r--ios/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/ios/README.md b/ios/README.md
index 73f2721436..80e4e580b2 100644
--- a/ios/README.md
+++ b/ios/README.md
@@ -100,4 +100,6 @@ ios/convert-assets.rb --additional-assets
## Cached relays
-The script `relays-prebuild.sh` runs on each Xcode build and updates the cached relay list whenever there *IS NO* relay file. To get a fresh relay file on demand, simply remove `MullvadREST/Assets/relays.json` and build the Xcode project.
+The script `relays-prebuild.sh` runs on each Xcode build and will download and cache a list of relays if it is not already present for a given configuration.
+The cached list for a given configuration will always override the current relays file.
+To get a fresh relay file on demand, issue a `clean` command to Xcode and re-build the project.