Skip to content

Commit 7b23ed4

Browse files
Release - 3.1.49
1 parent 2223bc3 commit 7b23ed4

File tree

11 files changed

+14
-7
lines changed

11 files changed

+14
-7
lines changed

CHANGELOG.md

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

3+
## v3.1.49 (Jun 19, 2023)
4+
5+
### **Improvements**
6+
7+
- Fixed a crash that could occur when connecting users in multi-threading
8+
39
## v3.1.48 (Apr 26, 2023)
410

511
### **Improvements**

SendBirdSDK.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'SendBirdSDK'
4-
s.version = "3.1.48"
4+
s.version = "3.1.49"
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'
88
s.license = 'Commercial'
99
s.authors = {
1010
'Jed Gyeong' => '[email protected]',
1111
'Celine Moon' => '[email protected]',
12-
'Erenst Hong' => '[email protected]'
12+
'Ernest Hong' => '[email protected]'
13+
'Damon Park' => '[email protected]'
1314
}
14-
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.48" }
15+
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.49" }
1516
s.requires_arc = true
16-
s.platform = :ios, '9.0'
17+
s.platform = :ios, '11.0'
1718
s.documentation_url = 'https://docs.sendbird.com/'
1819
s.ios.vendored_frameworks = 'Sources/SendBirdSDK.xcframework'
1920
s.ios.frameworks = ['UIKit', 'CFNetwork', 'Security', 'Foundation', 'MobileCoreServices', 'SystemConfiguration', 'CoreFoundation']
0 Bytes
Binary file not shown.
17.8 KB
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.48</string>
16+
<string>3.1.49</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
3.89 KB
Binary file not shown.
0 Bytes
Binary file not shown.
17.8 KB
Binary file not shown.

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-
6MeHlyHOVYAsn6HB4t1gFoaBLOo=
297+
vMZIxO4mM5B9Xe4kiMPpRrvEiII=
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.48</string>
16+
<string>3.1.49</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>

0 commit comments

Comments
 (0)