Skip to content

Commit

Permalink
Merge pull request #18 from sendbird/release/1.10.17
Browse files Browse the repository at this point in the history
Release 1.10.17
  • Loading branch information
mininny authored Mar 14, 2024
2 parents 387a192 + 5e563ff commit 281f60c
Show file tree
Hide file tree
Showing 27 changed files with 536,907 additions and 537,631 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### 1.10.17 (Mar 14, 2024)
* Updated WebRTC dependency version to M118.
* Improved WebRTC internal logging.

### 1.10.16 (Feb 27, 2024)
* Fix an issue where Push Notifications won't arrive for Rooms Invitations.

Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/sendbird/sendbird-webrtc-ios",
"state": {
"branch": null,
"revision": "a92c5e8137242b404ffb9cffc087f4afbcaf7eed",
"version": "1.7.0"
"revision": "a736f8e6d0df0e39707e1323fa8f20c0979ee201",
"version": "1.8.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
targets: ["SendBirdCallsTarget"]),
],
dependencies: [
.package(url: "https://github.com/sendbird/sendbird-webrtc-ios", "1.7.0"..<"1.8.0")
.package(url: "https://github.com/sendbird/sendbird-webrtc-ios", "1.8.1"..<"1.9.0")
],
targets: [
.binaryTarget(name: "SendBirdCalls", path: "SendBirdCalls.xcframework"),
Expand Down
4 changes: 2 additions & 2 deletions SendBirdCalls.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SendBirdCalls"
s.version = "1.10.16"
s.version = "1.10.17"
s.summary = "real-time calls based on Sendbird Calls SDK"
s.description = "Sendbird Calls enables real-time calls between users registered within a Sendbird application"
s.homepage = "https://sendbird.com"
Expand All @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = "SendBirdCalls.xcframework"
s.ios.frameworks = ["UIKit", "Foundation", "PushKit", "WebRTC", "AVKit", "MediaPlayer", "Network", "CoreTelephony", "VideoToolbox"]
s.requires_arc = true
s.dependency "SendBirdWebRTC", "~> 1.7.0"
s.dependency "SendBirdWebRTC", "~> 1.8.1"
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
end
Loading

0 comments on commit 281f60c

Please sign in to comment.