File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.1.58 (Frb 10, 2025)
4
+ ### ** Improvements**
5
+ - Fixed a crash where the delegate method of ` SBDWebSocketEngine ` would crash when called.
6
+
3
7
## 3.1.57 (Jul 31, 2024)
4
8
### ** Improvements**
5
9
- Fixed a crash where ` SBDSessionWebSocketEngine ` would crash when establishing a new WebSocket connection.
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.57 /SendBirdSDK.xcframework.zip " ,
19
- checksum: " eddc8c10788d1ed9d2d7997f0d906e37e1f9957a0eca4e3399090913d51a6e3e "
18
+ url: " https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.58 /SendBirdSDK.xcframework.zip " ,
19
+ checksum: " fcea77f0a869bcab8f27efef3feb9bedff031b6fe5ed567cc493b4e9068351d5 "
20
20
) ,
21
21
]
22
22
)
You can’t perform that action at this time.
0 commit comments