Skip to content

Commit

Permalink
Merge pull request #45 from sendbird/release/4.19.0
Browse files Browse the repository at this point in the history
Release 4.19.0
  • Loading branch information
sendbird-sdk-deployment authored Apr 4, 2024
2 parents 7362ee6 + 15f6161 commit 3125065
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 25 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
- 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
- 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.18.0 (Mar 28, 2024)

### New Interfaces
Expand Down
4 changes: 2 additions & 2 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(.v11)],
platforms: [.iOS(.v12)],
products: [
.library(
name: "SendbirdChatSDK",
Expand All @@ -16,7 +16,7 @@ let package = Package(
.binaryTarget(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.19.0/SendbirdChatSDK.xcframework.zip",
checksum: "503758b696b53d0d481dd3c7398e7779c01726b60bfb2a9635ce35af76102b24"
checksum: "868a5aa3ae1ad5aaa8eac92faaa8354a7cb05dd7325a42ada894c021bbe93117"
),
]
)
23 changes: 0 additions & 23 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@

Pod::Spec.new do |s|
s.name = 'SendbirdChatSDK'
s.version = "4.19.0"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
s.license = { :type => 'Commercial', :file => 'SendbirdChatSDK/LICENSE.md' }
s.authors = {
'Minhyuk Kim' => '[email protected]',
'Sendbird' => '[email protected]',
'Jed Gyeong' => '[email protected]',
'Celine Moon' => '[email protected]',
'Ernest Hong' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.19.0/SendbirdChatSDK.zip", :sha1 => "445399dc6fe0290a7ff57c5da9aec4c82feb71d6" }
s.requires_arc = true
s.platform = :ios, '11.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 3125065

Please sign in to comment.