Skip to content

Commit

Permalink
Merge pull request #121 from sendbird/release/3.24.4
Browse files Browse the repository at this point in the history
Release/3.24.4 -> main
  • Loading branch information
sendbird-sdk-deployment authored Jul 26, 2024
2 parents 06a6aa7 + 716d7c5 commit cb59451
Show file tree
Hide file tree
Showing 66 changed files with 6,102 additions and 5,122 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### v3.24.4 (Jul 26, 2024)

- ChatSDK dependency version has been updated to **v4.19.9**

## Improvements

- Fixed menu sheet item background color appearing white after theme change
- Fixed issue with `voiceMessageInputView` being drawn behind tabbar
- Fixed `voiceMessageInputView` layouts to be drawn without being affected by rotation
- Fixed minor bugs in MessageTemplate and default layout values

### v3.24.3 (Jul 18, 2024)

## Improvements
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</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>
<dict>
<key>BinaryPath</key>
<string>SendbirdUIKit.framework/SendbirdUIKit</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>
</array>
<key>CFBundlePackageType</key>
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Loading

0 comments on commit cb59451

Please sign in to comment.