Skip to content

Commit bf872a7

Browse files
authored
Merge pull request #81 from sendbird/release/3.1.58
Release 3.1.58
2 parents 7e45efc + 9685287 commit bf872a7

File tree

15 files changed

+5520
-5516
lines changed

15 files changed

+5520
-5516
lines changed

CHANGELOG.md

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

3+
## 3.1.58 (Frb 10, 2025)
4+
### **Improvements**
5+
- Fixed a crash where the delegate method of `SBDWebSocketEngine` would crash when called.
6+
37
## 3.1.57 (Jul 31, 2024)
48
### **Improvements**
59
- Fixed a crash where `SBDSessionWebSocketEngine` would crash when establishing a new WebSocket connection.

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.57"
4+
s.version = "3.1.58"
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.57" }
17+
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.58" }
1818
s.requires_arc = true
1919
s.platform = :ios, '12.0'
2020
s.documentation_url = 'https://docs.sendbird.com/'

Sources/SendBirdSDK.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64_x86_64-simulator</string>
13+
<string>ios-arm64</string>
1414
<key>LibraryPath</key>
1515
<string>SendBirdSDK.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19-
<string>x86_64</string>
2019
</array>
2120
<key>SupportedPlatform</key>
2221
<string>ios</string>
23-
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
2522
</dict>
2623
<dict>
2724
<key>BinaryPath</key>
2825
<string>SendBirdSDK.framework/SendBirdSDK</string>
2926
<key>DebugSymbolsPath</key>
3027
<string>dSYMs</string>
3128
<key>LibraryIdentifier</key>
32-
<string>ios-arm64</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3330
<key>LibraryPath</key>
3431
<string>SendBirdSDK.framework</string>
3532
<key>SupportedArchitectures</key>
3633
<array>
3734
<string>arm64</string>
35+
<string>x86_64</string>
3836
</array>
3937
<key>SupportedPlatform</key>
4038
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>
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.57</string>
16+
<string>3.1.58</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 & 5414 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-
EKjIKYXMH0nOOgZ8WYFPwU9c+T8=
297+
/jvZPWDsquMEQj7l3NSnajbUMbs=
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.57</string>
16+
<string>3.1.58</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: 47 additions & 47 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: 45 additions & 45 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)