Skip to content

Commit

Permalink
Release v.1.0.0-beta.2 - Fix swift build flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Sep 13, 2022
1 parent 9cff616 commit b8eba69
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,4 +1,7 @@
# Change Log

## v1.0.0-beta.2 (Sep 8, 2022)
- Fix build settings

## v1.0.0-beta (Jul 15, 2022)
- Initial beta release
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/SendbirdLiveSDK.xcframework.zip",
checksum: "58cc527dec40f22cb5115069ad28b6d86098d3b444974208c22efba80dd89f2e"
url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.0.0-beta.2/SendbirdLiveSDK.xcframework.zip",
checksum: "93f2db85262711ce68c4051a2bb6c609923c79838478fef949d7e63098b904b6"
),
.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"
s.version = "1.0.0-beta.2"
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/SendbirdLiveSDK.zip", :sha1 => "43add6f33b2b0e9234d617547e2a6799c12ada95" }
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.0.0-beta.2/SendbirdLiveSDK.zip", :sha1 => "8bdbd67fdda774c1ebd31f28da50fb5eb6ecabd0" }
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 b8eba69

Please sign in to comment.