Skip to content

Commit

Permalink
Merge pull request #61 from sendbird/release/3.30.0
Browse files Browse the repository at this point in the history
Release/3.30.0 -> main
  • Loading branch information
sendbird-sdk-deployment authored Feb 27, 2025
2 parents f422759 + 663c685 commit adb25fa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### v3.30.0 (Feb 27, 2025)

## Improvements
### Minimum iOS Version Requirement Updated
- The minimum supported iOS version has been raised from iOS 12 to **iOS 13**.
- No changes to functionality—just ensuring compatibility with modern iOS environments.

### v3.29.2 (Feb 10, 2025)

## New Interfaces
Expand Down
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ let package = Package(
.package(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
from: "4.23.1"
from: "4.25.0"
),
],
targets: [
.binaryTarget(
name: "SendbirdUIKit",
url: "https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.29.2/SendbirdUIKit.xcframework.zip", // SendbirdUIKit_URL
checksum: "bd2b10a922a2f9c4ddd091ef6ee548e7fbaec8b89575c0d7c6586c9201f1e850" // SendbirdUIKit_CHECKSUM
url: "https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.0/SendbirdUIKit.xcframework.zip", // SendbirdUIKit_URL
checksum: "b6c87631c28690713a9260e0fea87b820801f6f65645573e66e806f697ac6ea3" // SendbirdUIKit_CHECKSUM
),
.binaryTarget(
name: "SendbirdUIMessageTemplate",
url: "https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.29.2/SendbirdUIMessageTemplate.xcframework.zip", // SendbirdUIMessageTemplate_URL
checksum: "2dfc617fbec3b617b8b18f44fdda10cf6c3f2e75ec156574b1eb734cf5546bc1" // SendbirdUIMessageTemplate_CHECKSUM
url: "https://github.com/sendbird/sendbird-uikit-ios/releases/download/3.30.0/SendbirdUIMessageTemplate.xcframework.zip", // SendbirdUIMessageTemplate_URL
checksum: "10a2e3f694bf99feab335a3ee76363b0a7d7ffc96a0acb219ef56e0be6cc02b6" // SendbirdUIMessageTemplate_CHECKSUM
),
.target(
name: "SendbirdUIKitTarget",
Expand Down
4 changes: 2 additions & 2 deletions 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 13+
- Swift 5.10+
- Sendbird Chat SDK for iOS 4.23.1+
- Sendbird Chat SDK for iOS 4.25.0+

<br />

Expand Down Expand Up @@ -106,7 +106,7 @@ https://github.com/sendbird/sendbird-uikit-ios-spm.git
1. Add `SendBirdUIKit` into your `Podfile` in Xcode as below:

```bash
platform :ios, '12.0'
platform :ios, '13.0'
use_frameworks!

target YOUR_PROJECT_TARGET do
Expand Down

0 comments on commit adb25fa

Please sign in to comment.