Skip to content

Commit

Permalink
Release - 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Jun 30, 2022
1 parent 1de271b commit d9cdc49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v4.0.3 (Jun 30, 2022)
* Improved stability

## v4.0.2 (Jun 28, 2022)
* Fixed a bug that the message collection returned failed messages across all channels
* Changed the default value of `memberInfoInMessage` to `true`
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription
let package = Package(
name: "SendbirdChatSDK",
platforms: [.iOS(.v9)],
platforms: [.iOS(.v10)],
products: [
.library(
name: "SendbirdChatSDK",
Expand All @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.2/SendbirdChatSDK.xcframework.zip",
checksum: "f69344dfb13ff53e274fb9255953084c7a3137bd87ebc03f0b9c3ebb423684d8"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.3/SendbirdChatSDK.xcframework.zip",
checksum: "d1c2911b40098938b3d5283bdc88dd69c5c50fc1133a31ca2bbfc3aa850378e5"
),
]
)
9 changes: 4 additions & 5 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendbirdChatSDK'
s.version = "4.0.2"
s.version = "4.0.3"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -12,14 +13,12 @@ Pod::Spec.new do |s|
'Celine Moon' => 'celine.moon@sendbird.com',
'Ernest Hong' => 'ernest.hong@sendbird.com'
}
s.source = {
:http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.2/SendbirdChatSDK.zip",
:sha1 => "9245ead8a1777f4fd6563fda2b2dd44f0bf1e2d7"
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.3/SendbirdChatSDK.zip", :sha1 => "fac3d48cae068288ab2f1e432027b6990d8a0332" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
s.ios.vendored_frameworks = 'SendbirdChatSDK/SendbirdChatSDK.xcframework'
s.ios.frameworks = ['UIKit', 'CFNetwork', 'Security', 'Foundation', 'MobileCoreServices', 'SystemConfiguration', 'CoreFoundation']
s.ios.library = 'icucore'
end

0 comments on commit d9cdc49

Please sign in to comment.