Skip to content

Commit 03c808e

Browse files
committed
125.6422.17
1 parent ded5179 commit 03c808e

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.16"
3+
spec.version = "125.6422.17"
44
spec.summary = "Custom WebRTC build for LiveKit"
55
spec.description = <<-DESC
66
LiveKit version Dynamic WebRTC XCFramework
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
spec.osx.deployment_target = "10.15"
1717

1818
spec.source = {
19-
:http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.16/LiveKitWebRTC.xcframework.zip"
19+
:http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.17/LiveKitWebRTC.xcframework.zip"
2020
}
2121
spec.vendored_frameworks = "LiveKitWebRTC.xcframework"
2222
end

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.16/LiveKitWebRTC.xcframework.zip",
24-
checksum: "7a92fb17075fb030c8d7ce1b4d126f11d7e1249fd7f51518a971254affaa07e6"
23+
url: "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.17/LiveKitWebRTC.xcframework.zip",
24+
checksum: "97e39d1afc72cd4bb4cb8d9e504215ad44645ea2cc087c5213d150dc8fe19e24"
2525
),
2626
]
2727
)

0 commit comments

Comments
 (0)