-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7bff08a
commit c653f44
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,14 @@ The DevRev SDK can be integrated using either Swift Package Manager (SPM) or Coc | |
We recommend integrating the DevRev SDK using Swift Package Manager. | ||
</Callout> | ||
|
||
### Swift Package Manager (Recommended) | ||
|
||
To integrate the DevRev SDK into your project using Swift Package Manager (SPM): | ||
|
||
1. Open your project in Xcode and navigate to the **Add Package Dependency**. | ||
2. Enter the DevRev SDK URL under **Enter Package URL**: | ||
- For HTTPS: https://github.com/devrev/devrev-sdk-ios | ||
- For SSH: [email protected]:devrev/devrev-sdk-ios.git | ||
3. In the **Build Phases** section of your app target, locate the **Link Binary With Libraries** phase and confirm that `DevRevSDK` is linked. If not, add it by clicking **+** and selecting `DevRevSDK` from the list. | ||
|
||
Now you should be able to import and use the DevRev SDK in your project. |