Skip to content

Commit 436ddf1

Browse files
committed
125.6422.11-exp.2
1 parent 6d0ee4c commit 436ddf1

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

0 commit comments

Comments
 (0)