From bbee77da48ef409d079cc7f83833d7746e24ebd4 Mon Sep 17 00:00:00 2001 From: evdokimovs <49490279+evdokimovs@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:26:34 +0200 Subject: [PATCH] Apply `fix_disable_proxy_trace_events.patch` to Windows platform (#112) --- VERSION | 2 +- build.windows.ps1 | 1 + instrumentisto-libwebrtc-bin.podspec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index e267d871..d12ceaac 100644 --- a/VERSION +++ b/VERSION @@ -12,7 +12,7 @@ WEBRTC_COMMIT=a18e38fed2307edd6382760213fa3ddf199fa181 # Required for being able to release new versions without waiting for the # `WEBRTC_VERSION` bump. If absent or is commented out, then no `REVISION` is # added to the `WEBRTC_VERSION`. -REVISION=1 +REVISION=2 PACKAGE_NAMES= \ linux-arm64 \ diff --git a/build.windows.ps1 b/build.windows.ps1 index b2c83957..89a5b99f 100644 --- a/build.windows.ps1 +++ b/build.windows.ps1 @@ -116,6 +116,7 @@ if (!(Test-Path $BUILD_DIR)) { Exec { gclient sync --with_branch_heads -r $WEBRTC_COMMIT } Exec { git apply --ignore-space-change -v $PATCH_DIR\add_licenses.patch } Exec { git apply --ignore-space-change -v $PATCH_DIR\4k.patch } +Exec { git apply --ignore-space-change -v $PATCH_DIR\fix_disable_proxy_trace_events.patch } Exec { git apply --ignore-space-change -v $PATCH_DIR\webrtc_voice_engine.patch } Exec { git apply --ignore-space-change -v $PATCH_DIR\win_dynamic_crt.patch } Exec { git apply --ignore-space-change -v $PATCH_DIR\windows_fix_abseil.patch } diff --git a/instrumentisto-libwebrtc-bin.podspec b/instrumentisto-libwebrtc-bin.podspec index e1358230..9a3fe9cb 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 = "126.0.6478.182-r1" + spec.version = "126.0.6478.182-r2" 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/126.0.6478.182-r1/libwebrtc-ios.zip" } + spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/126.0.6478.182-r2/libwebrtc-ios.zip" } spec.vendored_frameworks = "WebRTC.xcframework" spec.pod_target_xcconfig = {