Skip to content

Commit

Permalink
v3.5.4 (Apr 14, 2023) with Chat SDK **v4.6.6**
Browse files Browse the repository at this point in the history
* Separated `quotedMessageBackgroundColor` as `quotedMessageLeftBackgroundColor` and `quotedMessageRightBackgroundColor` in `SBUMessageCellTheme`
  * Deprecated `quotedMessageBackgroundColor` in `SBUMessageCellTheme`
  * Added `quotedMessageLeftBackgroundColor` and `quotedMessageRightBackgroundColor` in `SBUMessageCellTheme`
* Modified access level to the public of `SBUCommonItem` properties.
* Supported multi-line title of channel cell
* Improved stability
  • Loading branch information
tezpark committed Apr 14, 2023
1 parent ee1b9cb commit 801734e
Show file tree
Hide file tree
Showing 29 changed files with 666 additions and 540 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### v3.5.4 (Apr 14, 2023) with Chat SDK **v4.6.6**
* Separated `quotedMessageBackgroundColor` as `quotedMessageLeftBackgroundColor` and `quotedMessageRightBackgroundColor` in `SBUMessageCellTheme`
* Deprecated `quotedMessageBackgroundColor` in `SBUMessageCellTheme`
* Added `quotedMessageLeftBackgroundColor` and `quotedMessageRightBackgroundColor` in `SBUMessageCellTheme`
* Modified access level to the public of `SBUCommonItem` properties.
* Supported multi-line title of channel cell
* Improved stability

### v3.5.3 (Mar 31, 2023)
* Modified voice message maximum recording time from 1 min to 10 min
* Improved stability
Expand Down
14 changes: 7 additions & 7 deletions Framework/SendbirdUIKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<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>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SBU_APP_VERSION = 3.5.3
SBU_APP_VERSION = 3.5.4
Original file line number Diff line number Diff line change
Expand Up @@ -5095,6 +5095,7 @@ SWIFT_CLASS("_TtC13SendbirdUIKit16SBUVoiceRecorder")




@interface UINavigationController (SWIFT_EXTENSION(SendbirdUIKit))
@property (nonatomic, readonly) UIStatusBarStyle preferredStatusBarStyle;
/// Set up navigation bar with tint color. This method sets up <code>standardAppearance</code> and <code>scrollEdgeAppearance</code> with the tint color.
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Loading

0 comments on commit 801734e

Please sign in to comment.