Skip to content

Commit

Permalink
Merge pull request #120 from sendbird/hotfix/3.24.3
Browse files Browse the repository at this point in the history
Release/3.24.3 -> main
  • Loading branch information
sendbird-sdk-deployment authored Jul 18, 2024
2 parents 99eb71c + 0d7e93f commit 06a6aa7
Show file tree
Hide file tree
Showing 11 changed files with 2,343 additions and 2,337 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

## Improvements

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

### v3.24.2 (Jul 11, 2024)

## Improvements
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.24.2</string>
<string>3.24.3</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
Mh0OxP2u/0F55Zlkcg0j1WRYzEg=
SV1sE/a3+zVcEv/+V09sG1J3tKE=
</data>
<key>Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.24.2</string>
<string>3.24.3</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.package(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
from: "4.19.7"
from: "4.19.8"
),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The minimum requirements for Sendbird UIKit for iOS are:

- iOS 12+
- Swift 5.0+
- Sendbird Chat SDK for iOS 4.19.7+
- Sendbird Chat SDK for iOS 4.19.8+

<br />

Expand Down
4,660 changes: 2,330 additions & 2,330 deletions Sample/QuickStart.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions SendBirdUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SendBirdUIKit"
s.version = "3.24.2"
s.version = "3.24.3"
s.summary = "UIKit based on SendbirdChatSDK"
s.description = "Sendbird UIKit is a framework composed of basic UI components based on SendbirdChatSDK."
s.homepage = "https://sendbird.com"
Expand All @@ -20,6 +20,6 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'Framework/SendbirdUIKit.xcframework'
s.ios.frameworks = ["UIKit", "Foundation", "CoreData", "SendbirdChatSDK"]
s.requires_arc = true
s.dependency "SendbirdChatSDK", ">= 4.19.7"
s.dependency "SendbirdChatSDK", ">= 4.19.8"
s.ios.library = "icucore"
end

0 comments on commit 06a6aa7

Please sign in to comment.