]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Fix paths pointing to xcconfigs
authorAndrej Mihajlov <and@mullvad.net>
Wed, 2 Dec 2020 13:31:59 +0000 (14:31 +0100)
committerAndrej Mihajlov <and@mullvad.net>
Thu, 3 Dec 2020 12:32:25 +0000 (13:32 +0100)
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
.gitignore
README.md

index 6b55f8fd40ecf6ae3ebb12924c5cf9b9edd83086..7cab9f377217f52ad0a40cb942cd1c4b5a00e6c4 100644 (file)
@@ -45,7 +45,7 @@ Preview.html
 output
 
 # Wireguard specific
-WireGuard/WireGuard/Config/Developer.xcconfig
+Sources/WireGuardApp/Config/Developer.xcconfig
 
 # Vim
 .*.sw*
index 8f40140464c1cc5f3b95464339bacb8dcdb877d5..34fedee5e30fedfb44c3514b525ebcc08ceb17fd 100644 (file)
--- 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.