aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-03-11 15:08:59 +0100
committerAndrej Mihajlov <and@mullvad.net>2022-03-11 15:08:59 +0100
commitb538382ef84a17244a01da52bf4991fd2c15df64 (patch)
tree17c68aecf437be8ad2e0bcca285dbb5482749abc
parentKit: re-export WireGuardKitTypes from WireGuardKit (diff)
downloadwireguard-apple-am/wgkit-types-subtarget.tar.xz
wireguard-apple-am/wgkit-types-subtarget.zip
Kit: update READMEam/wgkit-types-subtarget
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f09231..453610f 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ $ open WireGuard.xcodeproj
- Locate the "Link with binary libraries" section and hit "+" to add `WireGuardKit`.
4. In Xcode project settings, locate your main bundle app and switch to "Build Phases" tab.
- Locate the "Link with binary libraries" section and hit "+" to add `WireGuardKit`.
+ Locate the "Link with binary libraries" section and hit "+" to add `WireGuardKitTypes`.
5. iOS only: Locate Bitcode settings under your application target, Build settings -> Enable Bitcode,
change the corresponding value to "No".