Skip to content

Commit 482729e

Browse files
committed
Add inc/dec
1 parent f545e49 commit 482729e

33 files changed

+2368
-1835
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Appwrite is an open-source backend as a service server that abstract and simplif
2121

2222
The Appwrite Swift SDK is available via Swift Package Manager. In order to use the Appwrite Swift SDK from Xcode, select File > **Add Packages**
2323

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`.
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-swift`.
2525

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

@@ -33,7 +33,7 @@ Add the package to your `Package.swift` dependencies:
3333

3434
```swift
3535
dependencies: [
36-
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "10.1.0"),
36+
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "10.2.0"),
3737
],
3838
```
3939

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ open class Client {
2121
"x-sdk-name": "Swift",
2222
"x-sdk-platform": "server",
2323
"x-sdk-language": "swift",
24-
"x-sdk-version": "10.1.0",
24+
"x-sdk-version": "10.2.0",
2525
"x-appwrite-response-format": "1.7.0"
2626
]
2727

0 commit comments

Comments
 (0)