From f7222b7a8012fb96e87ae95f1075e27a927de7c5 Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Wed, 29 May 2024 18:08:07 +0900 Subject: [PATCH] 114.5735.18 --- LiveKitWebRTC.podspec | 4 ++-- Package.swift | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LiveKitWebRTC.podspec b/LiveKitWebRTC.podspec index 27bbe08..a25b13e 100644 --- a/LiveKitWebRTC.podspec +++ b/LiveKitWebRTC.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "LiveKitWebRTC" - spec.version = "114.5735.17" + spec.version = "114.5735.18" spec.summary = "Custom WebRTC build for LiveKit" spec.description = <<-DESC LiveKit version Dynamic WebRTC XCFramework @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| spec.osx.deployment_target = "10.15" spec.source = { - :http => "https://github.com/livekit/webrtc-xcframework/releases/download/114.5735.17/LiveKitWebRTC.xcframework.zip" + :http => "https://github.com/livekit/webrtc-xcframework/releases/download/114.5735.18/LiveKitWebRTC.xcframework.zip" } spec.vendored_frameworks = "LiveKitWebRTC.xcframework" end diff --git a/Package.swift b/Package.swift index 46e43ed..f12d13c 100644 --- a/Package.swift +++ b/Package.swift @@ -20,8 +20,8 @@ let package = Package( targets: [ .binaryTarget( name: "LiveKitWebRTC", - url: "https://github.com/livekit/webrtc-xcframework/releases/download/114.5735.17/LiveKitWebRTC.xcframework.zip", - checksum: "838a79c209b1f31be31c3b424b52c20c40ea34fdba91ee56030992ee781e2038" + url: "https://github.com/livekit/webrtc-xcframework/releases/download/114.5735.18/LiveKitWebRTC.xcframework.zip", + checksum: "25ed502e9ed0025c6ef7089a90ad987b6537e628d498a11ff4071664de4f45b8" ), ] )