Skip to content

Commit a6f5a19

Browse files
committed
125.6422.23
1 parent f260390 commit a6f5a19

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.22"
3+
spec.version = "125.6422.23"
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.22/LiveKitWebRTC.xcframework.zip"
21+
:http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.23/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.22/LiveKitWebRTC.xcframework.zip",
24-
checksum: "cc87268c30af7125134016da82a2b5f0ae98fcd1cf884a47ee7f5c3495442404"
23+
url: "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.23/LiveKitWebRTC.xcframework.zip",
24+
checksum: "c5c91142f57d5972e22c71e4eb332683a303ac2bd62c704ac6fdd53bf29a2838"
2525
),
2626
]
2727
)

0 commit comments

Comments
 (0)