Skip to content

Commit

Permalink
Merge pull request #15 from sendbird/release/1.2.8
Browse files Browse the repository at this point in the history
Release 1.2.8
  • Loading branch information
tezpark authored Oct 13, 2024
2 parents 849c946 + 4380108 commit ddaa295
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.8 (Oct 13, 2024)
* Fixed `ITMS-91065: Missing signature` issue when distributing the app to the App Store review

## 1.2.7 (Sep 23, 2024)
* Fixed issues depending on LiveSDK / ChatSDK initialization timing
* ChannelDelegate in ChatSDK not working issue
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.7/SendbirdLiveSDK.xcframework.zip",
checksum: "00e74d3abdf360696e39178f6a102fff23e31c588884f7c9496a35dadea1ef85"
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.8/SendbirdLiveSDK.xcframework.zip",
checksum: "7aae146b1117361f50109bab6a05d2e245b40e7ac7e4af725b28ec08ee09c805"
),
.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.7"
s.version = "1.2.8"
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' => '[email protected]',
'Young Hwang' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.7/SendbirdLiveSDK.zip", :sha1 => "7674dba3b279b6a8fd85e76ee82281cf72059b1b" }
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.8/SendbirdLiveSDK.zip", :sha1 => "f69474b4a225c9b9ea3e954e526fe6d580e471e9" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/live/v1/ios/ref/index.html'
Expand Down

0 comments on commit ddaa295

Please sign in to comment.