From 221c9720338e9b3ae58e6c1d30427fb4caf92003 Mon Sep 17 00:00:00 2001 From: hiroshihorie <548776+hiroshihorie@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:35:16 +0900 Subject: [PATCH] Use WebRTC 125.6422.03 --- LiveKitClient.podspec | 2 +- Package.swift | 2 +- Package@swift-5.9.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LiveKitClient.podspec b/LiveKitClient.podspec index 5292cfcf4..a92bfc1a7 100644 --- a/LiveKitClient.podspec +++ b/LiveKitClient.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |spec| spec.source_files = "Sources/**/*" - spec.dependency("LiveKitWebRTC", "= 125.6422.02") + spec.dependency("LiveKitWebRTC", "= 125.6422.03") spec.dependency("SwiftProtobuf") spec.dependency("Logging") # spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } diff --git a/Package.swift b/Package.swift index 1b4787e02..4fc080e3a 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( ], dependencies: [ // LK-Prefixed Dynamic WebRTC XCFramework - .package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.02"), + .package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.03"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"), // Only used for DocC generation diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index 4100d6817..12471fa51 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -18,7 +18,7 @@ let package = Package( ], dependencies: [ // LK-Prefixed Dynamic WebRTC XCFramework - .package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.02"), + .package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.03"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"), // Only used for DocC generation