Skip to content

Commit 26be145

Browse files
authored
137.7151.09 (#16)
1 parent b082521 commit 26be145

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 = "137.7151.08"
3+
spec.version = "137.7151.09"
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 = "2.2"
1919

2020
spec.source = {
21-
:http => "https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.08/LiveKitWebRTC.xcframework.zip"
21+
:http => "https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.09/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/137.7151.08/LiveKitWebRTC.xcframework.zip",
24-
checksum: "a0da21af18b75924158773ecd89471b632ed71eb07221bc86241effbce089c89"
23+
url: "https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.09/LiveKitWebRTC.xcframework.zip",
24+
checksum: "5c060fe1fd8afa44f39f520e9f65524e2e6612feea822490bb3814406e87f67e"
2525
),
2626
]
2727
)

0 commit comments

Comments
 (0)