Skip to content

Commit

Permalink
Merge pull request #102 from sendbird/release/3.20.0
Browse files Browse the repository at this point in the history
Release/3.20.0 -> main
  • Loading branch information
sendbird-sdk-deployment committed Apr 8, 2024
2 parents 846006e + 3ed0d62 commit 62d58a8
Show file tree
Hide file tree
Showing 52 changed files with 163,393 additions and 30,376 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.20.0 (Apr 08, 2024)

## Improvements
- Updated iOS deployment target to 12.0
- Updated Xcode version to 15.0 for building SendbirdChatSDK framework
- Added PrivacyInfo.xcprivacy for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)
- Improved UI updates for single stream message to work smoothly

### v3.19.1 (Mar 29, 2024)

## Improvements
Expand Down
4 changes: 4 additions & 0 deletions Framework/SendbirdUIKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>SendbirdUIKit.framework/SendbirdUIKit</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
Expand All @@ -22,6 +24,8 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SendbirdUIKit.framework/SendbirdUIKit</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
Expand Down
Binary file not shown.
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.19.1
SBU_APP_BUNDLE_VERSION = 3.19.1
SENDBIRD_CHAT_SDK_VERSION = 4.18.0
SBU_APP_VERSION = 3.20.0
SBU_APP_BUNDLE_VERSION = 3.20.0
SENDBIRD_CHAT_SDK_VERSION = 4.19.1

0 comments on commit 62d58a8

Please sign in to comment.