diff options
| author | Andrew Bulhak <andrew.bulhak@mullvad.net> | 2025-02-24 14:37:07 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-02-27 15:05:33 +0100 |
| commit | 1a745bf24d7d78725312fc047679cefe2c8b28a9 (patch) | |
| tree | 1cf254248dba178dfcbdb7f0104d342fe38d0bb5 /ios | |
| parent | 7dd681bbd403142edc240c3838326bc9232318b9 (diff) | |
| download | mullvadvpn-1a745bf24d7d78725312fc047679cefe2c8b28a9.tar.xz mullvadvpn-1a745bf24d7d78725312fc047679cefe2c8b28a9.zip | |
Add submodule checkout to all CI scripts, amend build instructions
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/.swiftformat | 2 | ||||
| -rw-r--r-- | ios/BuildInstructions.md | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/ios/.swiftformat b/ios/.swiftformat index 7c599d7ee0..d6c663b36e 100644 --- a/ios/.swiftformat +++ b/ios/.swiftformat @@ -1,5 +1,5 @@ # file options ---exclude Build, .spm, MullvadVPNScreenshots/SnapshotHelper.swift, PacketTunnelCore/Daita/Maybenot.swift +--exclude Build, .spm, MullvadVPNScreenshots/SnapshotHelper.swift, PacketTunnelCore/Daita/Maybenot.swift, wireguard-apple # general options --swiftversion 5.8 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: |
