Skip to content

Commit

Permalink
DEP-412: Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
asklausen committed Aug 3, 2023
1 parent fe9c5c4 commit cbdb7ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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:
Expand Down

0 comments on commit cbdb7ec

Please sign in to comment.