Skip to content

Commit fe5f687

Browse files
committed
latest fixes
1 parent 6ebea9b commit fe5f687

File tree

136 files changed

+5294
-2329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+5294
-2329
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
),
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0"),
20+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.9.0"),
2121
.package(url: "https://github.com/apple/swift-nio.git", from: "2.32.0")
2222
],
2323
targets: [

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: "0.3.0"),
36+
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "0.3.1"),
3737
],
3838
```
3939

@@ -44,7 +44,9 @@ Then add it to your target:
4444
.target(
4545
name: "YourAppTarget",
4646
dependencies: [
47-
.product(name: "", package: "sdk-for-swift")
47+
.product(name: "
48+
Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/dlohani/Documents/projects/appwrite/appwrite_src/vendor/appwrite/sdk-generator/src/SDK/SDK.php on line 746
49+
", package: "sdk-for-swift")
4850
]
4951
),
5052
```

0 commit comments

Comments
 (0)