Skip to content

Commit

Permalink
Release - 3.1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Jun 19, 2023
1 parent 2223bc3 commit 7b23ed4
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.1.49 (Jun 19, 2023)

### **Improvements**

- Fixed a crash that could occur when connecting users in multi-threading

## v3.1.48 (Apr 26, 2023)

### **Improvements**
Expand Down
9 changes: 5 additions & 4 deletions SendBirdSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@

Pod::Spec.new do |s|
s.name = 'SendBirdSDK'
s.version = "3.1.48"
s.version = "3.1.49"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
s.license = 'Commercial'
s.authors = {
'Jed Gyeong' => '[email protected]',
'Celine Moon' => '[email protected]',
'Erenst Hong' => '[email protected]'
'Ernest Hong' => '[email protected]'
'Damon Park' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.48" }
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.49" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.platform = :ios, '11.0'
s.documentation_url = 'https://docs.sendbird.com/'
s.ios.vendored_frameworks = 'Sources/SendBirdSDK.xcframework'
s.ios.frameworks = ['UIKit', 'CFNetwork', 'Security', 'Foundation', 'MobileCoreServices', 'SystemConfiguration', 'CoreFoundation']
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.1.48</string>
<string>3.1.49</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
</data>
<key>Info.plist</key>
<data>
6MeHlyHOVYAsn6HB4t1gFoaBLOo=
vMZIxO4mM5B9Xe4kiMPpRrvEiII=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.1.48</string>
<string>3.1.49</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

0 comments on commit 7b23ed4

Please sign in to comment.