diff options
| -rw-r--r-- | ios/BuildInstructions.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md index 4f8dddca4d..13f84867ce 100644 --- a/ios/BuildInstructions.md +++ b/ios/BuildInstructions.md @@ -147,15 +147,6 @@ xcrun altool --store-password-in-keychain-item <KEYCHAIN_ITEM_NAME> \ [Apple ID website]: https://appleid.apple.com/account/manage -# Install Xcode project dependencies - -Xcode project uses a pre-build action to bundle the relay list with the app, which depends on `jq`. -You can install it with `brew install jq`. See [jq website] for more installation options. - -[jq website]: https://stedolan.github.io/jq/download/ - -The log output is saved to `ios/prebuild.log`. - # Automated build and deployment Build script does not bump the build number, so make sure to do that manually and commit to repo: |
