Skip to content

Commit 2220b1b

Browse files
committed
125.6422.27
1 parent 9529b89 commit 2220b1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LiveKitWebRTC.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "LiveKitWebRTC"
3-
spec.version = "125.6422.26"
3+
spec.version = "125.6422.27"
44
spec.summary = "Custom WebRTC build for LiveKit"
55
spec.description = <<-DESC
66
LiveKit version Dynamic WebRTC XCFramework
@@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
1818
spec.visionos.deployment_target = "1.0"
1919

2020
spec.source = {
21-
:http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.26/LiveKitWebRTC.xcframework.zip"
21+
:http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.27/LiveKitWebRTC.xcframework.zip"
2222
}
2323
spec.vendored_frameworks = "LiveKitWebRTC.xcframework"
2424

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
targets: [
2121
.binaryTarget(
2222
name: "LiveKitWebRTC",
23-
url: "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.26/LiveKitWebRTC.xcframework.zip",
24-
checksum: "fd5c8847004bf07bd1b029cc68eb8b7ad358cbe9788884456b9293b205b0376f"
23+
url: "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.27/LiveKitWebRTC.xcframework.zip",
24+
checksum: "5036f3ca167b9fe343aefd255eabcccde8830171e344c8b57fad29290277acbe"
2525
),
2626
]
2727
)

0 commit comments

Comments
 (0)