diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-27 09:55:53 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-27 09:55:53 +0200 |
| commit | 9857fca74ce1c95941c536dd2f2fd2d0be4b81f7 (patch) | |
| tree | acfae15da2f7fddee37cccc4f7c927d4f991712b /ios | |
| parent | a5b88fff7e68111551f22e28f17e37743484c0d9 (diff) | |
| download | mullvadvpn-9857fca74ce1c95941c536dd2f2fd2d0be4b81f7.tar.xz mullvadvpn-9857fca74ce1c95941c536dd2f2fd2d0be4b81f7.zip | |
Add required protobuf dependencies
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/BuildInstructions.md | 5 | ||||
| -rw-r--r-- | ios/MullvadVPNUITests/README.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md index 2a651ab0f6..061083f7ee 100644 --- a/ios/BuildInstructions.md +++ b/ios/BuildInstructions.md @@ -17,6 +17,11 @@ the host system. Once both rust and go are installed, ensure they are available in your path. +A protobuf compiler is also required in order to build some of the rust dependencies. +```bash +brew install protobuf +``` + ## Configure Xcode project Copy template files of Xcode build configuration: diff --git a/ios/MullvadVPNUITests/README.md b/ios/MullvadVPNUITests/README.md index a8146b24d9..b1fa392f2a 100644 --- a/ios/MullvadVPNUITests/README.md +++ b/ios/MullvadVPNUITests/README.md @@ -17,7 +17,7 @@ - `brew install ios-deploy` 7. Install Homebrew and dependencies - `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"` - - `brew install xcbeautify wget swiftlint` + - `brew install xcbeautify wget swiftlint protobuf` 8. Install Ruby - `\curl -sSL https://get.rvm.io | bash` 9. Install Rust and add iOS targets |
