Skip to content

Commit 799f169

Browse files
committed
Appwite 1.5 support
1 parent bc4a344 commit 799f169

20 files changed

+311
-147
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
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 Apple 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)
1313

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

1616
## Installation
1717

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

3232
```swift
3333
dependencies: [
34-
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "5.0.0-rc.6"),
34+
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "5.0.0"),
3535
],
3636
```
3737

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ open class Client {
2323
"x-sdk-name": "Apple",
2424
"x-sdk-platform": "client",
2525
"x-sdk-language": "apple",
26-
"x-sdk-version": "5.0.0-rc.6",
26+
"x-sdk-version": "5.0.0",
2727
"x-appwrite-response-format": "1.5.0"
2828
]
2929

0 commit comments

Comments
 (0)