Skip to content

Commit d1bed92

Browse files
committed
Bump up to v1.2.9
1 parent b328774 commit d1bed92

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 1.2.9 (Jan 22, 2025)
4+
* Fixed to prevent re-initialization of SendbirdChat
5+
36
## 1.2.8 (Oct 13, 2024)
47
* Fixed `ITMS-91065: Missing signature` issue when distributing the app to the App Store review
58

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
targets: [
1717
.binaryTarget(
1818
name: "SendbirdLiveSDK",
19-
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.8/SendbirdLiveSDK.xcframework.zip",
20-
checksum: "c25161e027db8af4ae0134210da30ae026b17ff67d281900d2c54a5d89de8a2c"
19+
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.9/SendbirdLiveSDK.xcframework.zip",
20+
checksum: "841025d0afc1a27cc1776311f3ffc5c262ab996d0cbfbd7343539c8a4cd66006"
2121
),
2222
.target(name: "SendbirdLiveSDKTarget",
2323
dependencies: [

SendbirdLiveSDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SendbirdLiveSDK'
3-
s.version = "1.2.8"
3+
s.version = "1.2.9"
44
s.summary = 'Sendbird Live iOS Framework'
55
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.'
66
s.homepage = 'https://sendbird.com'
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
'Celine Moon' => '[email protected]',
1515
'Young Hwang' => '[email protected]'
1616
}
17-
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.8/SendbirdLiveSDK.zip", :sha1 => "709b02a9815590843f853f966fa1b2f708b36908" }
17+
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.9/SendbirdLiveSDK.zip", :sha1 => "4c015641d775978397a6802a41d8f9d90ed83756" }
1818
s.requires_arc = true
1919
s.platform = :ios, '12.0'
2020
s.documentation_url = 'https://sendbird.com/docs/live/v1/ios/ref/index.html'

0 commit comments

Comments
 (0)