Skip to content

Commit 8066dad

Browse files
committed
Appwite 1.5 support
1 parent a220321 commit 8066dad

32 files changed

+638
-185
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Swift SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
1515

16-
![Appwrite](https://appwrite.io/images/github.png)
16+
![Appwrite](https://github.com/appwrite/appwrite/raw/main/public/images/github.png)
1717

1818
## Installation
1919

@@ -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: "5.0.0-rc.6"),
36+
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "5.0.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": "5.0.0-rc.6",
24+
"x-sdk-version": "5.0.0",
2525
"x-appwrite-response-format": "1.5.0"
2626
]
2727

0 commit comments

Comments
 (0)