Skip to content

Commit 7e45efc

Browse files
authored
Merge pull request #80 from sendbird/release/3.1.57
Release 3.1.57
2 parents 9529891 + 959ae4f commit 7e45efc

File tree

15 files changed

+16237
-16211
lines changed

15 files changed

+16237
-16211
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
3+
## 3.1.57 (Jul 31, 2024)
4+
### **Improvements**
5+
- Fixed a crash where `SBDSessionWebSocketEngine` would crash when establishing a new WebSocket connection.
6+
27
## 3.1.56 (Apr 9, 2024)
38
### **Improvements**
49

SendBirdSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'SendBirdSDK'
4-
s.version = "3.1.56"
4+
s.version = "3.1.57"
55
s.summary = 'Sendbird Chat iOS Framework'
66
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
77
s.homepage = 'https://sendbird.com'
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
'Young Hwang' => 'young.hwang@sendbird.com',
1515
'Minhyuk Kim' => 'minhyuk.kim@sendbird.com'
1616
}
17-
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.55" }
17+
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.57" }
1818
s.requires_arc = true
1919
s.platform = :ios, '12.0'
2020
s.documentation_url = 'https://docs.sendbird.com/'

SendBirdSDK.xcframework.zip

-9.88 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

Sources/SendBirdSDK.xcframework/ios-arm64/dSYMs/SendBirdSDK.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.1.56</string>
16+
<string>3.1.57</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>

Sources/SendBirdSDK.xcframework/ios-arm64/dSYMs/SendBirdSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/SendBirdSDK.yml

Lines changed: 5414 additions & 5407 deletions
Large diffs are not rendered by default.

Sources/SendBirdSDK.xcframework/ios-arm64_x86_64-simulator/SendBirdSDK.framework/_CodeSignature/CodeResources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
</data>
295295
<key>Info.plist</key>
296296
<data>
297-
cbi+o9sorbLjcMmCa1axWIsPq0M=
297+
EKjIKYXMH0nOOgZ8WYFPwU9c+T8=
298298
</data>
299299
<key>Modules/module.modulemap</key>
300300
<data>

Sources/SendBirdSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdSDK.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.1.56</string>
16+
<string>3.1.57</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>

Sources/SendBirdSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/SendBirdSDK.yml

Lines changed: 5414 additions & 5407 deletions
Large diffs are not rendered by default.

Sources/SendBirdSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/SendBirdSDK.yml

Lines changed: 5399 additions & 5392 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)