This commit is contained in:
root
2026-02-19 12:28:57 +00:00
parent ea63876c74
commit f0e2adfa32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:
```swift
dependencies: [
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "15.0.0"),
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "14.2.0"),
],
```
+1 -1
View File
@@ -24,7 +24,7 @@ open class Client {
"x-sdk-name": "Apple",
"x-sdk-platform": "client",
"x-sdk-language": "apple",
"x-sdk-version": "15.0.0",
"x-sdk-version": "14.2.0",
"x-appwrite-response-format": "1.8.0"
]