summaryrefslogtreecommitdiffhomepage
path: root/ios/BuildInstructions.md
diff options
context:
space:
mode:
Diffstat (limited to 'ios/BuildInstructions.md')
-rw-r--r--ios/BuildInstructions.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md
index 2ba1cf9e9b..f9bb84a00a 100644
--- a/ios/BuildInstructions.md
+++ b/ios/BuildInstructions.md
@@ -29,6 +29,14 @@ A protobuf compiler is also required in order to build some of the rust dependen
brew install protobuf
```
+## Submodules
+
+The iOS app imports Mullvad's version of `wireguard-go` as a Git submodule. Before building, this must be checked out with
+
+```bash
+git submodule update --init --recursive ios/wireguard-apple
+```
+
## Configure Xcode project
Copy template files of Xcode build configuration: