Skip to content

Commit

Permalink
Upgrade to 122.0.6261.69 version (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: evdokimovs <evdokimovs@protonmail.ch>
  • Loading branch information
instrumentisto-bot and evdokimovs authored Feb 27, 2024
1 parent e2b417f commit 4241aff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ CCACHE_VERSION=4.8.3

# WebRTC doesn't have its own versioning, so we use Chromium versions:
# https://chromiumdash.appspot.com/releases
WEBRTC_VERSION=121.0.6167.184
WEBRTC_VERSION=122.0.6261.69
# Look for the concrete revision for WebRTC in:
# https://chromium.googlesource.com/chromium/src/+/refs/tags/<WEBRTC_VERSION>/DEPS
WEBRTC_COMMIT=6713461a2fb331c43d42b781fbe29da3f5d504a6
WEBRTC_COMMIT=be2786cd2383b7ec5d158add166275d19e246763

PACKAGE_NAMES= \
linux-arm64 \
Expand Down
4 changes: 2 additions & 2 deletions build/macos-arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ build: patch
api/task_queue:default_task_queue_factory \
sdk:native_api \
sdk:default_codec_factory_objc \
pc:peerconnection \
pc:peer_connection \
sdk:videocapture_objc \
sdk:mac_framework_objc && \
ninja -C $(BUILD_DIR_RELEASE) && \
Expand All @@ -68,7 +68,7 @@ build: patch
api/task_queue:default_task_queue_factory \
sdk:native_api \
sdk:default_codec_factory_objc \
pc:peerconnection \
pc:peer_connection \
sdk:videocapture_objc \
sdk:mac_framework_objc
cd $(BUILD_DIR_DEBUG)/obj && \
Expand Down
4 changes: 2 additions & 2 deletions build/macos-x64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ build: patch
api/task_queue:default_task_queue_factory \
sdk:native_api \
sdk:default_codec_factory_objc \
pc:peerconnection \
pc:peer_connection \
sdk:videocapture_objc \
sdk:mac_framework_objc && \
ninja -C $(BUILD_DIR_RELEASE) && \
Expand All @@ -68,7 +68,7 @@ build: patch
api/task_queue:default_task_queue_factory \
sdk:native_api \
sdk:default_codec_factory_objc \
pc:peerconnection \
pc:peer_connection \
sdk:videocapture_objc \
sdk:mac_framework_objc
cd $(BUILD_DIR_DEBUG)/obj && \
Expand Down
4 changes: 2 additions & 2 deletions instrumentisto-libwebrtc-bin.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|
spec.name = "instrumentisto-libwebrtc-bin"
spec.version = "121.0.6167.184"
spec.version = "122.0.6261.69"
spec.summary = "Pre-compiled `libwebrtc` library for Darwin used by Medea Flutter-WebRTC."

spec.homepage = "https://github.com/instrumentisto/libwebrtc-bin"
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE.md' }
spec.author = { 'Instrumentisto Team' => 'developer@instrumentisto.com' }
spec.ios.deployment_target = '10.0'

spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/121.0.6167.184/libwebrtc-ios.zip" }
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/122.0.6261.69/libwebrtc-ios.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"

spec.pod_target_xcconfig = {
Expand Down

0 comments on commit 4241aff

Please sign in to comment.