From 5c27052531803c81ee5c11128bacab5a6e6b9a91 Mon Sep 17 00:00:00 2001 From: tyranron <7114909+tyranron@users.noreply.github.com> Date: Mon, 12 Aug 2024 05:36:19 +0000 Subject: [PATCH] Upgrade to 127.0.6533.99 version --- VERSION | 2 +- instrumentisto-libwebrtc-bin.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 6b97d450..bb84d603 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ CCACHE_VERSION=4.8.3 # WebRTC doesn't have its own versioning, so we use Chromium versions: # https://chromiumdash.appspot.com/releases -WEBRTC_VERSION=127.0.6533.88 +WEBRTC_VERSION=127.0.6533.99 # Look for the concrete revision for WebRTC in: # https://chromium.googlesource.com/chromium/src/+/refs/tags//DEPS WEBRTC_COMMIT=e0b28a6a81a989c1f5c89e30fcd247870047390d diff --git a/instrumentisto-libwebrtc-bin.podspec b/instrumentisto-libwebrtc-bin.podspec index 48be40a7..e6deaf3a 100644 --- a/instrumentisto-libwebrtc-bin.podspec +++ b/instrumentisto-libwebrtc-bin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "instrumentisto-libwebrtc-bin" - spec.version = "127.0.6533.88" + spec.version = "127.0.6533.99" spec.summary = "Pre-compiled `libwebrtc` library for Darwin used by Medea Flutter-WebRTC." spec.homepage = "https://github.com/instrumentisto/libwebrtc-bin" @@ -8,7 +8,7 @@ Pod::Spec.new do |spec| spec.author = { 'Instrumentisto Team' => 'developer@instrumentisto.com' } spec.ios.deployment_target = '10.0' - spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/127.0.6533.88/libwebrtc-ios.zip" } + spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/127.0.6533.99/libwebrtc-ios.zip" } spec.vendored_frameworks = "WebRTC.xcframework" spec.pod_target_xcconfig = {