From cbdb7ec68593f819694579e224c87608c5b33b67 Mon Sep 17 00:00:00 2001 From: asklausen Date: Thu, 3 Aug 2023 16:51:40 +0100 Subject: [PATCH] DEP-412: Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 592a024..69fbddb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ binary "https://raw.githubusercontent.com/BlinkID/blinkid-ios/master/blinkid-ios #### 2. Embed frameworks Locate your fetched dependencies in `$(PROJECT_DIR)/Carthage/Build/**`, and add them to `General` → `Frameworks, Libraries and Embedded Content`. Ensure to `Embed & Sign` all of these dependencies, and to point your target's `FRAMEWORK_SEARCH_PATHS` to their directory. -#### 3. Link with libraries and add resources (Optional) +#### 3. Link binary with libraries (Optional) If `YotiSDKIdentityDocument` is specified as part of your dependencies, then add the following libraries at `Build Phases` → `Link Binary With Libraries`: - `AVFoundation.framework` - `CoreMedia.framework` @@ -66,6 +66,8 @@ Add the following line to your `Package.swift` file: ``` ...or add our package in Xcode via `File -> Swift Packages -> Add Package Dependency...` using the URL of this repository. +If you are including `YotiSDKIdentityDocument` in your target, then you should also link your binary to the required libraries as outlined [here](#3-link-binary-with-libraries-optional). + ## Usage ### 1. Import frameworks Import the frameworks needed for your implementation: