Skip to content

Commit 1dbea3f

Browse files
committed
Release v4.0.0-beta.3.
- Updated all naming to match the capitalization convention.
1 parent 8472393 commit 1dbea3f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### v4.0.0-beta.3 (May 3, 2022)
4+
- Updated all naming to match the capitalization convention.
5+
36
### v4.0.0-beta.2 (Apr 29, 2022)
47
- Added new feature, Scheduled Messages
58
- Added new parameter, channel_type, to Polls interfaces

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
targets: [
1717
.binaryTarget(
1818
name: "SendbirdChatSDK",
19-
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.2/SendbirdChatSDK.xcframework.zip",
20-
checksum: "98d3b2f071262555a74fe1c0912bd770c271912b6e81d96219e18ec8b73c43d5"
19+
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.3/SendbirdChatSDK.xcframework.zip",
20+
checksum: "0ac8bdaa20ecc39bb1a5cb9bb8ee511a5594bbdaf5d156dd08200cd554b8c668"
2121
),
2222
]
2323
)

SendbirdChatSDK.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = "SendbirdChatSDK"
3-
s.version = "4.0.0-beta.2"
3+
s.version = "4.0.0-beta.3"
44
s.summary = "SendBird iOS Framework"
55
s.description = "Messaging and Chat API for Mobile Apps and Websites"
66
s.homepage = "https://sendbird.com"
7-
s.license = { :type => 'Commercial', :file => 'LICENSE.md' }
7+
s.license = { :type => 'Commercial', :file => 'SendbirdChatSDK/LICENSE.md' }
88
s.authors = {
99
"Minhyuk Kim" => "[email protected]",
1010
"Sendbird" => "[email protected]",
@@ -13,11 +13,11 @@ Pod::Spec.new do |s|
1313
"Celine Moon" => "[email protected]",
1414
"Erenst Hong" => "[email protected]"
1515
}
16-
s.source = { :http => 'https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.2/SendbirdChatSDK.zip', :sha1 => 'd2ef4e2ab7a7531678dd0e7c985b78c83a066e15' }
16+
s.source = { :http => 'https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.3/SendbirdChatSDK.zip', :sha1 => '1a9a72baecbde06e9bbe0bb498808892b0bb5b09' }
1717
s.requires_arc = true
1818
s.platform = :ios, "9.0"
1919
s.documentation_url = 'https://docs.sendbird.com/'
20-
s.ios.vendored_frameworks = "SendbirdChatSDK.xcframework"
20+
s.ios.vendored_frameworks = "SendbirdChatSDK/SendbirdChatSDK.xcframework"
2121
s.ios.frameworks = ["UIKit", "CFNetwork", "Security", "Foundation", "Network", "MobileCoreServices", "SystemConfiguration", "CoreFoundation"]
2222
s.ios.library = "icucore"
2323
end

0 commit comments

Comments
 (0)