Fix paths pointing to xcconfigs

Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
Andrej Mihajlov 2020-12-02 14:31:59 +01:00
parent 101a45b6f1
commit 5a1c9598f1
2 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -45,7 +45,7 @@ Preview.html
output
# Wireguard specific
WireGuard/WireGuard/Config/Developer.xcconfig
Sources/WireGuardApp/Config/Developer.xcconfig
# Vim
.*.sw*

View File

@ -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.