Skip to content

Commit 5ceecf1

Browse files
committed
latest fixes
1 parent 7d24ef0 commit 5ceecf1

File tree

86 files changed

+3207
-1534
lines changed

Some content is hidden

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

86 files changed

+3207
-1534
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
@@ -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: "0.3.0"),
34+
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "0.3.1"),
3535
],
3636
```
3737

@@ -42,7 +42,9 @@ Then add it to your target:
4242
.target(
4343
name: "YourAppTarget",
4444
dependencies: [
45-
.product(name: "", package: "sdk-for-apple")
45+
.product(name: "
46+
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
47+
", package: "sdk-for-apple")
4648
]
4749
),
4850
```

0 commit comments

Comments
 (0)