Skip to content

Commit f8032bc

Browse files
authored
Merge pull request #92 from appwrite/dev
feat: Apple SDK update for version 13.2.2
2 parents 66878ff + acf2a37 commit f8032bc

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 13.2.2
4+
5+
* Fix issue: Missing AppwriteEnums dependency causing build failure
6+
37
## 13.2.1
48

59
* Add transaction support for Databases and TablesDB

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ let package = Package(
3939
.target(
4040
name: "AppwriteModels",
4141
dependencies: [
42+
"AppwriteEnums",
4243
"JSONCodable"
4344
]
4445
),

README.md

Lines changed: 1 addition & 1 deletion
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: "13.2.1"),
34+
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "13.2.2"),
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": "13.2.1",
26+
"x-sdk-version": "13.2.2",
2727
"x-appwrite-response-format": "1.8.0"
2828
]
2929

0 commit comments

Comments
 (0)