File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v3.1.38 (Dec 30, 2022)
4
+
5
+ ## Improvements
6
+
7
+ - Fixed a crash issue in WebSocket.
8
+ - Fixed reachability delegate to always run on main thread.
9
+
3
10
## v3.1.37 (Dec 13, 2022)
4
11
5
12
## Improvements
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ let package = Package(
15
15
targets: [
16
16
. binaryTarget(
17
17
name: " SendBirdSDK " ,
18
- url: " https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.37 /SendBirdSDK.xcframework.zip " ,
19
- checksum: " 6c2c3e8deff71b90e3ea3ce40cd4cfcb782ecb045f7f2e710e251e54f075ea3b "
18
+ url: " https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.38 /SendBirdSDK.xcframework.zip " ,
19
+ checksum: " 6ba1ee352496bdc9173b01c915b8a14fdb0b79740ffbd47be1f99fcff4847e24 "
20
20
) ,
21
21
]
22
22
)
You can’t perform that action at this time.
0 commit comments