Skip to content

Commit

Permalink
Merge pull request #11 from sendbird/release/1.2.4
Browse files Browse the repository at this point in the history
Release 1.2.4
  • Loading branch information
mininny committed Mar 21, 2024
2 parents fab7094 + 5c5013e commit d9dcb23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 1.2.4 (Mar 21, 2024)
- Improved WebRTC internal logging.

## 1.2.3 (Mar 8, 2024)
- Stability improvements.

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdLiveSDK",
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.3/SendbirdLiveSDK.xcframework.zip",
checksum: "fd5c4e7af56ff51bec6f9aa8bd2a0e36c49e29d0926b7455f6e7465073907865"
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.4/SendbirdLiveSDK.xcframework.zip",
checksum: "771f472c6acf7d51c4598d59eebb91ac0d56de5799d74354088eac2fde6a6921"
),
.target(name: "SendbirdLiveSDKTarget",
dependencies: [
Expand Down
4 changes: 2 additions & 2 deletions SendbirdLiveSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SendbirdLiveSDK'
s.version = "1.2.3"
s.version = "1.2.4"
s.summary = 'Sendbird Live iOS Framework'
s.description = 'Sendbird Live API turns a client app into a live streaming platform where users can broadcast themselves in real-time to their followers.'
s.homepage = 'https://sendbird.com'
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
'Celine Moon' => 'celine.moon@sendbird.com',
'Young Hwang' => 'young.hwang@sendbird.com'
}
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.3/SendbirdLiveSDK.zip", :sha1 => "5f92b81c6d0a004aa0964d16db01a69248ea8638" }
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.4/SendbirdLiveSDK.zip", :sha1 => "73cb55f3e641a15ae38b5cd02b4dbd2741395f73" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/live/v1/ios/ref/index.html'
Expand Down

0 comments on commit d9dcb23

Please sign in to comment.