Skip to content

Commit d9d951d

Browse files
committed
125.6422.12-exp.1
1 parent e43fe60 commit d9d951d

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

0 commit comments

Comments
 (0)