Skip to content

Commit 5a91d9f

Browse files
committed
Update package installation with Xcode for 13+
1 parent ec7cdf3 commit 5a91d9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/swift/README.md.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
### Xcode with Swift Package Manager
2727

28-
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**
28+
The Appwrite Swift SDK is available via Swift Package Manager. In order to use the Appwrite Swift SDK from Xcode, select File > **Add Packages**
2929

30-
In the dialog that appears, enter the Appwrite Swift SDK [package URL]({{ sdk.gitRepo }}) and click **Next**.
30+
In the dialog that appears, enter the Appwrite Swift SDK [package URL]({{ sdk.gitRepo }}) in the search field. Once found, select `sdk-for-apple`.
3131

32-
Once the repository information is loaded, add your version rules and click **Next** again.
32+
On the right, select your version rules and ensure your desired target is selected in the **Add to Project** field.
3333

34-
On the final screen, make sure you see `Appwrite` as a product selected for your target:
34+
Now click add package and you're done!
3535

3636
### Swift Package Manager
3737

0 commit comments

Comments
 (0)