Skip to content

Commit a736f8e

Browse files
authored
Merge pull request #4 from sendbird/release/1.8.1
Release 1.8.1
2 parents 207b2b6 + 613f8ef commit a736f8e

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
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.8.1 (Mar 7, 2024)
4+
* Fixed undefined symbol issue.
5+
36
### 1.8.0 (Feb 19, 2024)
47
* Updated WebRTC version to M118.
58

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ let package = Package(
1414
targets: [
1515
.binaryTarget(
1616
name: "WebRTC",
17-
url: "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.0/WebRTC.xcframework.zip",
18-
checksum: "c794c6cb2ed6b45f8fa92da1adb1f34609775fe9aaaf3c00b2dcc0c474d01d00"
17+
url: "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.1/WebRTC.xcframework.zip",
18+
checksum: "f89569fcded319a7b40ac190178a730781a54fd9d168663f97de38c234b03bbc"
1919
)
2020
]
2121
)

SendBirdWebRTC.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"1.5.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.5.0/WebRTC.xcframework.zip",
99
"1.6.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.0/WebRTC.xcframework.zip",
1010
"1.6.1": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.1/WebRTC.xcframework.zip",
11-
"1.7.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.7.0/WebRTC.xcframework.zip"
12-
"1.8.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.0/WebRTC.xcframework.zip"
11+
"1.7.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.7.0/WebRTC.xcframework.zip",
12+
"1.8.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.0/WebRTC.xcframework.zip",
13+
"1.8.1": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.1/WebRTC.xcframework.zip"
1314
}

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.8.0"
3+
s.version = "1.8.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, "11.0"
1111
s.documentation_url = 'https://docs.sendbird.com/'
12-
s.source = { :http => "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.0/WebRTC.zip" }
12+
s.source = { :http => "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.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)