aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-12-02 14:31:59 +0100
committerAndrej Mihajlov <and@mullvad.net>2020-12-03 13:32:25 +0100
commit5a1c9598f17bf30ccc2c1e5bf6eb8b502f109868 (patch)
tree8a847a05615b012a4c7448b8d4727430f8da3356
parentWireGuardKit: Add wireguard-go files to exclude list to eliminate SwiftPM warnings (diff)
downloadwireguard-apple-5a1c9598f17bf30ccc2c1e5bf6eb8b502f109868.tar.xz
wireguard-apple-5a1c9598f17bf30ccc2c1e5bf6eb8b502f109868.zip
Fix paths pointing to xcconfigs
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
-rw-r--r--.gitignore2
-rw-r--r--README.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 6b55f8f..7cab9f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,7 +45,7 @@ Preview.html
output
# Wireguard specific
-WireGuard/WireGuard/Config/Developer.xcconfig
+Sources/WireGuardApp/Config/Developer.xcconfig
# Vim
.*.sw*
diff --git a/README.md b/README.md
index 8f40140..34fedee 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@ $ cd wireguard-apple
- Rename and populate developer team ID file:
```
-$ cp WireGuard/WireGuard/Config/Developer.xcconfig.template WireGuard/WireGuard/Config/Developer.xcconfig
-$ vim WireGuard/WireGuard/Config/Developer.xcconfig
+$ cp Sources/WireGuardApp/Config/Developer.xcconfig.template Sources/WireGuardApp/Config/Developer.xcconfig
+$ vim Sources/WireGuardApp/Config/Developer.xcconfig
```
- Install swiftlint and go 1.13.4:
@@ -27,7 +27,7 @@ $ brew install swiftlint go
- Open project in Xcode:
```
-$ open ./WireGuard/WireGuard.xcodeproj
+$ open WireGuard.xcodeproj
```
- Flip switches, press buttons, and make whirling noises until Xcode builds it.