Skip to content

Commit

Permalink
Release - 3.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Dec 30, 2022
1 parent ce4406b commit ac4d258
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v3.1.38 (Dec 30, 2022)

## Improvements

- Fixed a crash issue in WebSocket.
- Fixed reachability delegate to always run on main thread.

## v3.1.37 (Dec 13, 2022)

## Improvements
Expand Down
4 changes: 2 additions & 2 deletions SendBirdSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendBirdSDK'
s.version = "3.1.37"
s.version = "3.1.38"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
'Celine Moon' => '[email protected]',
'Erenst Hong' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.37" }
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.38" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://docs.sendbird.com/'
Expand Down
18 changes: 9 additions & 9 deletions Sources/SendBirdSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>SendBirdSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SendBirdSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6462,13 +6462,15 @@ _ReachabilityCallback
-[SBDReachability networkStatusForFlags:]
-[SBDReachability connectionRequired]
-[SBDReachability currentReachabilityStatus]
___ReachabilityCallback_block_invoke
__OBJC_$_CLASS_METHODS_SBDReachability
__OBJC_METACLASS_RO_$_SBDReachability
__OBJC_$_INSTANCE_METHODS_SBDReachability
_OBJC_IVAR_$_SBDReachability._reachabilityRef
__OBJC_$_INSTANCE_VARIABLES_SBDReachability
__OBJC_CLASS_RO_$_SBDReachability
/Users/distiller/project/SendBirdSDK/SBDReachability.m
__ReachabilityCallback_block_invoke
SendBirdSDK/SBDReachability.m
PrintReachabilityFlags
ReachabilityCallback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6462,13 +6462,15 @@ _ReachabilityCallback
-[SBDReachability networkStatusForFlags:]
-[SBDReachability connectionRequired]
-[SBDReachability currentReachabilityStatus]
___ReachabilityCallback_block_invoke
__OBJC_$_CLASS_METHODS_SBDReachability
__OBJC_METACLASS_RO_$_SBDReachability
__OBJC_$_INSTANCE_METHODS_SBDReachability
_OBJC_IVAR_$_SBDReachability._reachabilityRef
__OBJC_$_INSTANCE_VARIABLES_SBDReachability
__OBJC_CLASS_RO_$_SBDReachability
/Users/distiller/project/SendBirdSDK/SBDReachability.m
__ReachabilityCallback_block_invoke
SendBirdSDK/SBDReachability.m
PrintReachabilityFlags
ReachabilityCallback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6493,13 +6493,15 @@ _ReachabilityCallback
-[SBDReachability networkStatusForFlags:]
-[SBDReachability connectionRequired]
-[SBDReachability currentReachabilityStatus]
___ReachabilityCallback_block_invoke
__OBJC_$_CLASS_METHODS_SBDReachability
__OBJC_METACLASS_RO_$_SBDReachability
__OBJC_$_INSTANCE_METHODS_SBDReachability
_OBJC_IVAR_$_SBDReachability._reachabilityRef
__OBJC_$_INSTANCE_VARIABLES_SBDReachability
__OBJC_CLASS_RO_$_SBDReachability
/Users/distiller/project/SendBirdSDK/SBDReachability.m
__ReachabilityCallback_block_invoke
SendBirdSDK/SBDReachability.m
PrintReachabilityFlags
ReachabilityCallback
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.37</string>
<string>3.1.38</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>
m0x0yeUC37ucZCg9wANbG/y7PtM=
7myMblag5q7jhbrVVYVPVJrn4pE=
</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.37</string>
<string>3.1.38</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

0 comments on commit ac4d258

Please sign in to comment.