diff --git a/Changelog.md b/Changelog.md index ccb24c4..1799737 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Change Log +## 1.2.9 (Jan 22, 2025) +* Fixed to prevent re-initialization of SendbirdChat + ## 1.2.8 (Oct 13, 2024) * Fixed `ITMS-91065: Missing signature` issue when distributing the app to the App Store review diff --git a/Package.swift b/Package.swift index da062b0..e5a565e 100644 --- a/Package.swift +++ b/Package.swift @@ -16,8 +16,8 @@ let package = Package( targets: [ .binaryTarget( name: "SendbirdLiveSDK", - url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.8/SendbirdLiveSDK.xcframework.zip", - checksum: "c25161e027db8af4ae0134210da30ae026b17ff67d281900d2c54a5d89de8a2c" + url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.9/SendbirdLiveSDK.xcframework.zip", + checksum: "841025d0afc1a27cc1776311f3ffc5c262ab996d0cbfbd7343539c8a4cd66006" ), .target(name: "SendbirdLiveSDKTarget", dependencies: [ diff --git a/SendbirdLiveSDK.podspec b/SendbirdLiveSDK.podspec index c7ad8af..1a3cf79 100644 --- a/SendbirdLiveSDK.podspec +++ b/SendbirdLiveSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SendbirdLiveSDK' - s.version = "1.2.8" + s.version = "1.2.9" 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' @@ -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.8/SendbirdLiveSDK.zip", :sha1 => "709b02a9815590843f853f966fa1b2f708b36908" } + s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.9/SendbirdLiveSDK.zip", :sha1 => "4c015641d775978397a6802a41d8f9d90ed83756" } s.requires_arc = true s.platform = :ios, '12.0' s.documentation_url = 'https://sendbird.com/docs/live/v1/ios/ref/index.html'