From b538382ef84a17244a01da52bf4991fd2c15df64 Mon Sep 17 00:00:00 2001 From: Andrej Mihajlov Date: Fri, 11 Mar 2022 15:08:59 +0100 Subject: [PATCH] Kit: update README Signed-off-by: Andrej Mihajlov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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".