Skip to content

Commit a9d7bea

Browse files
authored
Merge pull request #74 from sendbird/release/3.1.53
Release 3.1.53
2 parents e906109 + 4518111 commit a9d7bea

File tree

11 files changed

+10
-5
lines changed

11 files changed

+10
-5
lines changed

CHANGELOG.md

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

3+
## 3.1.53 (Sep 27, 2023)
4+
### **Improvements**
5+
6+
- Fixed an intermittent crash issue when receiving pinned messages.
7+
38
## 3.1.52 (Aug 24, 2023)
49
### **Improvements**
510

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.52"
4+
s.version = "3.1.53"
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'
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
'Ernest Hong' => '[email protected]',
1313
'Damon Park' => '[email protected]'
1414
}
15-
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.52" }
15+
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.53" }
1616
s.requires_arc = true
1717
s.platform = :ios, '11.0'
1818
s.documentation_url = 'https://docs.sendbird.com/'
2 Bytes
Binary file not shown.
32.2 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.52</string>
16+
<string>3.1.53</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
-233 KB
Binary file not shown.
2 Bytes
Binary file not shown.
192 Bytes
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-
fYxxBcioV6PV1z8vpUKZycWdClE=
297+
+wqm4zPMkBXCH7XlL1hYIsDJCSY=
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.52</string>
16+
<string>3.1.53</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>

0 commit comments

Comments
 (0)