You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This SDK is compatible with Appwrite server version 0.12.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-swift/releases).**
10
+
**This SDK is compatible with Appwrite server version 0.13.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-swift/releases).**
11
11
12
12
> This is the Swift SDK for integrating with Appwrite from your Swift server-side code. If you're looking for the Apple SDK you should check [appwrite/sdk-for-apple](https://github.com/appwrite/sdk-for-apple)
13
13
@@ -19,13 +19,13 @@ Appwrite is an open-source backend as a service server that abstract and simplif
19
19
20
20
### Xcode with Swift Package Manager
21
21
22
-
The Appwrite Swift SDK is available via multiple package managers, including Swift Package Manager. In order to use the Appwrite Swift SDK from Xcode, select File > Swift Packages > **Add Package Dependency**
22
+
The Appwrite Swift SDK is available via Swift Package Manager. In order to use the Appwrite Swift SDK from Xcode, select File > **Add Packages**
23
23
24
-
In the dialog that appears, enter the Appwrite Swift SDK [package URL](git@github.com:appwrite/sdk-for-swift.git)and click **Next**.
24
+
In the dialog that appears, enter the Appwrite Swift SDK [package URL](git@github.com:appwrite/sdk-for-swift.git)in the search field. Once found, select `sdk-for-apple`.
25
25
26
-
Once the repository information is loaded, add your version rules and click **Next**again.
26
+
On the right, select your version rules and ensure your desired target is selected in the **Add to Project**field.
27
27
28
-
On the final screen, make sure you see `Appwrite` as a product selected for your target:
0 commit comments