Skip to content

Commit

Permalink
Merge pull request #14 from sendbird/release/1.2.7
Browse files Browse the repository at this point in the history
Release 1.2.7
  • Loading branch information
tezpark authored Sep 23, 2024
2 parents b726340 + ad70f28 commit 849c946
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.2.7 (Sep 23, 2024)
* Fixed issues depending on LiveSDK / ChatSDK initialization timing
* ChannelDelegate in ChatSDK not working issue
* disconnection issues
* Updated SendbirdChatSDK dependency's minimum version to 4.21.3

## 1.2.6 (Jun 17, 2024)
* Updated SendbirdChatSDK dependency's minimum version.

Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/sendbird/sendbird-webrtc-ios", "1.8.1"..<"1.9.0"),
.package(url: "https://github.com/sendbird/sendbird-chat-sdk-ios", from: "4.11.0")
.package(url: "https://github.com/sendbird/sendbird-chat-sdk-ios", from: "4.21.3")
],
targets: [
.binaryTarget(
name: "SendbirdLiveSDK",
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.6/SendbirdLiveSDK.xcframework.zip",
checksum: "0693252ba3b43a1da1017e33ed3edc29cd5ad1a1d49662993c6c1b21b942e329"
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.7/SendbirdLiveSDK.xcframework.zip",
checksum: "00e74d3abdf360696e39178f6a102fff23e31c588884f7c9496a35dadea1ef85"
),
.target(name: "SendbirdLiveSDKTarget",
dependencies: [
Expand Down
6 changes: 3 additions & 3 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.6"
s.version = "1.2.7"
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,13 +14,13 @@ Pod::Spec.new do |s|
'Celine Moon' => '[email protected]',
'Young Hwang' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.6/SendbirdLiveSDK.zip", :sha1 => "111c56fa400b03b72edce8a0bc2107163219d76a" }
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.7/SendbirdLiveSDK.zip", :sha1 => "7674dba3b279b6a8fd85e76ee82281cf72059b1b" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/live/v1/ios/ref/index.html'
s.ios.vendored_frameworks = 'SendbirdLiveSDK/SendbirdLiveSDK.xcframework'
s.dependency "SendBirdWebRTC", "~> 1.8.1"
s.dependency "SendbirdChatSDK", "> 4.11.0"
s.dependency "SendbirdChatSDK", "> 4.21.3"
s.ios.frameworks = ["UIKit", "Foundation", "WebRTC", "AVKit", "MediaPlayer", "Network", "CoreTelephony", "VideoToolbox"]
s.ios.library = 'icucore'
end

0 comments on commit 849c946

Please sign in to comment.