Skip to content

Commit 95e2365

Browse files
committed
125.6422.12-exp.4
1 parent d80cef9 commit 95e2365

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.12-exp.3"
3+
spec.version = "125.6422.12-exp.4"
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.12-exp.3/LiveKitWebRTC.xcframework.zip"
19+
:http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.12-exp.4/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.12-exp.3/LiveKitWebRTC.xcframework.zip",
24-
checksum: "4ab27099516ceafa1a8ffc056fc88242e2375081d79abc961b6f99e4fb532c89"
23+
url: "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.12-exp.4/LiveKitWebRTC.xcframework.zip",
24+
checksum: "1f3d91ee7e1a08baab8c7419f8283eca7382e30076ca0dc54f93f5260c59fbe3"
2525
),
2626
]
2727
)

0 commit comments

Comments
 (0)