Skip to content

Commit

Permalink
v3.5.9 (Jun 15, 2023) with Chat SDK **v4.9.1**
Browse files Browse the repository at this point in the history
* Improved stability
  • Loading branch information
tezpark committed Jun 14, 2023
1 parent 8e9f13f commit c7b2ada
Show file tree
Hide file tree
Showing 23 changed files with 408 additions and 210 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### v3.5.9 (Jun 15, 2023) with Chat SDK **v4.9.1**
* Improved stability

### v3.5.8 (May 26, 2023) with Chat SDK **v4.8.5**
* Improved stability

Expand Down
10 changes: 5 additions & 5 deletions Framework/SendbirdUIKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SendbirdUIKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SendbirdUIKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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 @@ -9,5 +9,5 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SBU_APP_VERSION = 3.5.8
SENDBIRD_CHAT_SDK_VERSION = 4.8.5
SBU_APP_VERSION = 3.5.9
SENDBIRD_CHAT_SDK_VERSION = 4.9.1
Binary file not shown.
Loading

0 comments on commit c7b2ada

Please sign in to comment.