summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-04-25 10:01:25 +0200
committerAlbin <albin@mullvad.net>2023-04-25 10:01:25 +0200
commit20f3e70c734e7c82707b19e274377b8ee3066ed2 (patch)
tree3b2722d6eb578437a7d8f419fdba606fe5cec181
parentde32b2910ce30cc48f8d8537d56042cb8ee406ae (diff)
parent811c5f94c690f06f9d9067fadd410272f9e84cb7 (diff)
downloadmullvadvpn-20f3e70c734e7c82707b19e274377b8ee3066ed2.tar.xz
mullvadvpn-20f3e70c734e7c82707b19e274377b8ee3066ed2.zip
Merge branch 'document-macos-issues-sed-droid-117'
-rw-r--r--android/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/README.md b/android/README.md
index 57e428eaa7..d90355374c 100644
--- a/android/README.md
+++ b/android/README.md
@@ -53,6 +53,12 @@ Command to format and check for any changes:
scripts/tidy.sh formatAndCheckDiff
```
+#### macOS
+Since macOS is using a different version of `sed` running the tidy script (`scripts/tidy.sh`) will
+lead to the creation of a large number of files ending with `-e`. The recommended fix for this
+issue is to install the gnu version of `sed`. This can be done by running:
+`brew install gnu-sed` and then set `gnu-sed` as your default `sed`.
+
### Android Gradle Plugin lint tool
The Android Gradle Plugin lint tool for linting of resources and code. The tool is configured to be