Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Release v1.0.0-beta.2 - Improved stability
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Nov 3, 2022
1 parent 2fc8d58 commit c16fcfb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log

## v1.0.0-beta.2 (Nov 3, 2022)
- Improved stability.

## v1.0.0-beta (Oct 6, 2022)
- Release Sendbird Live UIKit Open Beta. Sendbird Live UIKit for iOS allows you to create customizable views and execute essential live functions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sendbird/sendbird-chat-sdk-ios",
"state" : {
"revision" : "4da4ff72007c25ce6eb27406c65ea3476b09d4fb",
"version" : "4.0.14"
"revision" : "7e070e80b3b80296177b10e370d83e0f63fc9604",
"version" : "4.1.3"
}
},
{
"identity" : "sendbird-live-sdk-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/sendbird/sendbird-live-sdk-ios",
"state" : {
"revision" : "34c7c986681b683670bc8a9681b6e85b6fecf499",
"version" : "1.0.0-beta.3"
"revision" : "fe425eac8b4d75888ba6fbab39b77b85b73db3fd",
"version" : "1.0.0-beta.4"
}
},
{
"identity" : "sendbird-uikit-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/sendbird/sendbird-uikit-ios",
"state" : {
"revision" : "a79024f8a58bf22506206d4a3ad1cf6f7a2323d6",
"version" : "3.2.0"
"revision" : "7fcbc0aa40c99e9bcf68bdb2709d9b1606bcebdb",
"version" : "3.2.2"
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ let package = Package(
targets: ["SendbirdLiveUIKitTarget"]),
],
dependencies: [
.package(url: "https://github.com/sendbird/sendbird-live-sdk-ios", from: "1.0.0-beta.3"),
.package(url: "https://github.com/sendbird/sendbird-uikit-ios", from: "3.2.0")
.package(url: "https://github.com/sendbird/sendbird-live-sdk-ios", from: "1.0.0-beta.4"),
.package(url: "https://github.com/sendbird/sendbird-uikit-ios", from: "3.2.2")
],
targets: [
.binaryTarget(
name: "SendbirdLiveUIKit",
url: "https://github.com/sendbird/sendbird-live-uikit-ios/releases/download/v1.0.0-beta/SendbirdLiveUIKit.xcframework.zip",
checksum: "4e7761e1db10d4b496ab8e5ac8a0fd193e0c12dc4a15bcbd779697409671bff5"
url: "https://github.com/sendbird/sendbird-live-uikit-ios/releases/download/v1.0.0-beta.2/SendbirdLiveUIKit.xcframework.zip",
checksum: "532ddd2d64e0c8542289795d5019877041223b919fb1eb31734759db7ec23bdf"
),
.target(name: "SendbirdLiveUIKitTarget",
dependencies: [
Expand Down
8 changes: 4 additions & 4 deletions SendbirdLiveUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SendbirdLiveUIKit'
s.version = "1.0.0-beta"
s.version = "1.0.0-beta.2"
s.summary = 'Sendbird Live iOS UIKit Framework'
s.description = 'Sendbird Live UIKit for iOS allows you to create customizable views and execute essential live functions'
s.homepage = 'https://sendbird.com'
Expand All @@ -9,13 +9,13 @@ Pod::Spec.new do |s|
'Minhyuk Kim' => '[email protected]',
'Sendbird' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-live-uikit-ios/releases/download/v1.0.0-beta/SendbirdLiveUIKit.zip", :sha1 => "d3ca45427dd94205250713aef7a0258dee470a08" }
s.source = { :http => "https://github.com/sendbird/sendbird-live-uikit-ios/releases/download/v1.0.0-beta.2/SendbirdLiveUIKit.zip", :sha1 => "83e3fac7a81ef7a0d5aa780b155d88ed57b43bde" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/live/v1/ios/ref/index.html'
s.ios.vendored_frameworks = 'SendbirdLiveUIKit/SendbirdLiveUIKit.xcframework'
s.dependency "SendbirdLiveSDK", "~> 1.0.0-beta.3"
s.dependency "SendBirdUIKit", "~> 3.2.0"
s.dependency "SendbirdLiveSDK", "1.0.0-beta.4"
s.dependency "SendBirdUIKit", "3.2.2"
s.ios.frameworks = ["UIKit", "Foundation", "WebRTC", "AVKit", "MediaPlayer", "Network", "CoreTelephony", "VideoToolbox"]
s.ios.library = 'icucore'
end

0 comments on commit c16fcfb

Please sign in to comment.