Skip to content

Commit 5c416dc

Browse files
Merge pull request #1121 from appwrite/fix-sdk-name-lower
chore: use lower filter for sdk name
2 parents 92f6f5b + 64db55e commit 5c416dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/swift/README.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
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 }}) in the search field. Once found, select `sdk-for-{{ sdk.name }}`.
30+
In the dialog that appears, enter the Appwrite Swift SDK [package URL]({{ sdk.gitRepo }}) in the search field. Once found, select `sdk-for-{{ sdk.name | lower }}`.
3131

3232
On the right, select your version rules and ensure your desired target is selected in the **Add to Project** field.
3333

0 commit comments

Comments
 (0)