chore: regen

This commit is contained in:
root
2025-10-17 06:57:26 +00:00
parent 9052e57bb6
commit acf2a37e06
4 changed files with 7 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## 13.2.2
* Fix issue: Missing AppwriteEnums dependency causing build failure
## 13.2.1
* Add transaction support for Databases and TablesDB
+1
View File
@@ -39,6 +39,7 @@ let package = Package(
.target(
name: "AppwriteModels",
dependencies: [
"AppwriteEnums",
"JSONCodable"
]
),
+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: "13.2.1"),
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "13.2.2"),
],
```
+1 -1
View File
@@ -23,7 +23,7 @@ open class Client {
"x-sdk-name": "Apple",
"x-sdk-platform": "client",
"x-sdk-language": "apple",
"x-sdk-version": "13.2.1",
"x-sdk-version": "13.2.2",
"x-appwrite-response-format": "1.8.0"
]