Skip to content

Commit

Permalink
Release - 4.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Apr 5, 2024
1 parent a83bd71 commit 5d60fab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v4.19.1 (Apr 05, 2024)

- Updated iOS deployment target to 12.0
- Updated Xcode version to 15.0 for building SendbirdChatSDK framework
- Added `PrivacyInfo.xcprivacy` for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)

## v4.19.0 (Apr 04, 2024)

- Updated iOS deployment target to 12.0
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.19.0/SendbirdChatSDK.xcframework.zip",
checksum: "868a5aa3ae1ad5aaa8eac92faaa8354a7cb05dd7325a42ada894c021bbe93117"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.19.1/SendbirdChatSDK.xcframework.zip",
checksum: "4ee172c86920cec23e4a40a032737b6b387f723be5d6e4445143970dff416691"
),
]
)
7 changes: 4 additions & 3 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendbirdChatSDK'
s.version = "4.19.0"
s.version = "4.19.1"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -16,11 +16,12 @@ Pod::Spec.new do |s|
'Young Hwang' => '[email protected]',
'Kai Lee' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.19.0/SendbirdChatSDK.zip", :sha1 => "53b4adde0b77e6f536b3e566958b9dec75d4914a" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.19.1/SendbirdChatSDK.zip", :sha1 => "01687d5e228b7fbe72c020a265cac4b643f68214" }
s.requires_arc = true
s.platform = :ios, '12.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
end

0 comments on commit 5d60fab

Please sign in to comment.