Skip to content

Commit

Permalink
Release v1.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed May 19, 2023
1 parent f6b7c0d commit d669a99
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

## v1.0.0-beta.11 (May 19, 2023)
- Improved stabilty.

## v1.0.0-beta.10 (May 9, 2023)
- Improve audio device management while watching or hosting a Live Event.

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.0.0-beta.10/SendbirdLiveSDK.xcframework.zip",
checksum: "4e088c95545c8ec493d54a44d540c1a633f38cf00f1f1eb010cefd182b34f255"
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.0.0-beta.11/SendbirdLiveSDK.xcframework.zip",
checksum: "4970c6437c57afe1b5b17ac11a46b5a7519697aaa2c688e8776707db33cf8224"
),
.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.0.0-beta.10"
s.version = "1.0.0-beta.11"
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 @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
'Sendbird' => '[email protected]',
'Ernest Hong' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.0.0-beta.10/SendbirdLiveSDK.zip", :sha1 => "2c3f4fc54986d738591025fd6577835c7ac6b71b" }
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.0.0-beta.11/SendbirdLiveSDK.zip", :sha1 => "d4bc605ac9ffd982625fa59605f9f28f881d46f8" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/live/v1/ios/ref/index.html'
Expand Down

0 comments on commit d669a99

Please sign in to comment.