Skip to content

Commit

Permalink
Merge pull request #12 from sendbird/release/1.2.5
Browse files Browse the repository at this point in the history
Release 1.2.5
  • Loading branch information
mininny committed Apr 5, 2024
2 parents d9dcb23 + 6841133 commit 357d79a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.2.5 (Apr 4, 2024)
* Updated iOS deployment target to 12.0
* Updated Xcode version to 15.0
* Added PrivacyInfo.xcprivacy for Apple Privacy Manifest

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

Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription
let package = Package(
name: "SendbirdLiveSDK",
platforms: [.iOS(.v11)],
platforms: [.iOS(.v12)],
products: [
.library(
name: "SendbirdLiveSDK",
Expand All @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdLiveSDK",
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.4/SendbirdLiveSDK.xcframework.zip",
checksum: "771f472c6acf7d51c4598d59eebb91ac0d56de5799d74354088eac2fde6a6921"
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.5/SendbirdLiveSDK.xcframework.zip",
checksum: "0693252ba3b43a1da1017e33ed3edc29cd5ad1a1d49662993c6c1b21b942e329"
),
.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.4"
s.version = "1.2.5"
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,9 +14,9 @@ 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.4/SendbirdLiveSDK.zip", :sha1 => "73cb55f3e641a15ae38b5cd02b4dbd2741395f73" }
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.5/SendbirdLiveSDK.zip", :sha1 => "111c56fa400b03b72edce8a0bc2107163219d76a" }
s.requires_arc = true
s.platform = :ios, '11.0'
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"
Expand Down

0 comments on commit 357d79a

Please sign in to comment.