Skip to content

Commit

Permalink
Merge pull request #112 from sendbird/release/3.22.0
Browse files Browse the repository at this point in the history
Release/3.22.0 -> main
  • Loading branch information
sendbird-sdk-deployment committed May 13, 2024
2 parents 730700d + ae02ea7 commit 5aac348
Show file tree
Hide file tree
Showing 82 changed files with 657,395 additions and 652,192 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### v3.22.0 (May 13, 2024)

## New Feature
- Added `public func setInputState(_:placeholder:)` in `SBUMessageInputView` that enables or disables the input view inside a ChannelViewController

## Improvements
- Fixed image rendering issues in message templates
- Separated deprecated logic from the ModuleSet into files
- Modified the access level of keyboard height calculation functions from 'private' to 'open'
- `getAdjustedKeyboardHeight(with:)`
- `getTabBarHeight()`

### v3.21.0 (May 02, 2024)

## New Feature
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 @@ -10,34 +10,34 @@
<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>BinaryPath</key>
<string>SendbirdUIKit.framework/SendbirdUIKit</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
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SBU_APP_VERSION = 3.21.0
SBU_APP_BUNDLE_VERSION = 3.21.0
SBU_APP_VERSION = 3.22.0
SBU_APP_BUNDLE_VERSION = 3.22.0
SENDBIRD_CHAT_SDK_VERSION = 4.19.3

0 comments on commit 5aac348

Please sign in to comment.