Skip to content

Commit 739cc77

Browse files
committed
Release 1.6.1 - Rename LICENSE to LICENSE.md
1 parent 68c8b7b commit 739cc77

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### 1.6.1 (Mar 10, 2023)
4+
* Change LICENSE to LICENSE.md
5+
36
### 1.6.0 (Jul 29, 2022)
47
* Updated WebRTC version to M103.
58
* Fix issue with invalid bitcode symbols.
File renamed without changes.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
targets: [
1515
.binaryTarget(
1616
name: "WebRTC",
17-
url: "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.0/WebRTC.xcframework.zip",
17+
url: "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.1/WebRTC.xcframework.zip",
1818
checksum: "5356747071caf9ccea70c2b3a69676dde8cb2995af5d414fb64ca58713e788e6"
1919
)
2020
]

SendBirdWebRTC.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"1.3.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.3.0/WebRTC.framework.zip",
77
"1.4.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.4.0/WebRTC.xcframework.zip",
88
"1.5.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.5.0/WebRTC.xcframework.zip",
9-
"1.6.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.0/WebRTC.xcframework.zip"
9+
"1.6.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.0/WebRTC.xcframework.zip",
10+
"1.6.1": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.1/WebRTC.xcframework.zip"
1011
}

SendBirdWebRTC.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SendBirdWebRTC"
3-
s.version = "1.6.0"
3+
s.version = "1.6.1"
44
s.summary = "WebRTC Framework"
55
s.description = "WebRTC Framework for SendBird Video Chat"
66
s.homepage = "https://sendbird.com"
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.requires_arc = true
1010
s.platform = :ios, "9.0"
1111
s.documentation_url = 'https://docs.sendbird.com/'
12-
s.source = { :http => "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.0/WebRTC.zip" }
12+
s.source = { :http => "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.1/WebRTC.zip" }
1313
s.ios.vendored_frameworks = 'WebRTC.xcframework'
1414
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
1515
end

0 commit comments

Comments
 (0)