Skip to content

Commit

Permalink
Merge pull request #138 from sendbird/release/3.27.5
Browse files Browse the repository at this point in the history
Release/3.27.5 -> main
  • Loading branch information
sendbird-sdk-deployment authored Nov 20, 2024
2 parents 8f5468a + c202139 commit c5a7e31
Show file tree
Hide file tree
Showing 45 changed files with 6,310 additions and 4,101 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.27.5 (Nov 20, 2024)

## New Interfaces
- Added flag options in `SBUGlobals` that let you choose to show a loading indicator in cases where the indicator is undisplayed by default
- `SBUGlobals.loadingIndicator.groupChannelList.cachedChannels`
- `SBUGlobals.loadingIndicator.groupChannel.cachedMessages`

## Improvements
- Added functionality to retry up to 10 times if an individual message template cannot be retrieved from the server
- Fixed a bug where the category filter was positioned outside the safe area


### v3.27.4 (Oct 15, 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 c5a7e31

Please sign in to comment.