Skip to content

Commit

Permalink
Merge pull request #87 from sendbird/release/3.14.0
Browse files Browse the repository at this point in the history
Release/3.14.0 -> main
  • Loading branch information
sendbird-sdk-deployment authored Jan 19, 2024
2 parents a173260 + 069279e commit db4720c
Show file tree
Hide file tree
Showing 48 changed files with 6,055 additions and 3,449 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.14.0 (Jan 19, 2024)

- Initialization improving
- Added `initialize(applicationId:initParamsBuilder:startHandler:migrationHandler:completionHandler:)` function of `SendbirdUI`class
- For more information on the improved initialization, see [this link](https://github.com/sendbird/sendbird-uikit-ios/discussions/86)
- Fixed link image loading bug
- Remove time view from `SBUTypingIndicatorMessageCell` class
- Improving the image loading process
- Add `errorHandler(error:message:)` optional function in `SBUExtendedMessagePayloadCustomViewFactory` protocol
- Supported remote notifications on iOS 16 or later simulators

### v3.13.1 (Jan 05, 2024)

- Added functionality to log impressions for notifications
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,6 +9,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SBU_APP_VERSION = 3.13.1
SBU_APP_BUNDLE_VERSION = 3.13.1
SENDBIRD_CHAT_SDK_VERSION = 4.12.2
SBU_APP_VERSION = 3.14.0
SBU_APP_BUNDLE_VERSION = 3.14.0
SENDBIRD_CHAT_SDK_VERSION = 4.15.1
Loading

0 comments on commit db4720c

Please sign in to comment.