Skip to content

Commit

Permalink
Upgrade to 125.0.6422.60 version (#100)
Browse files Browse the repository at this point in the history
- update `enable_ios_scalability_mode.patch`

Co-authored-by: evdokimovs <[email protected]>
  • Loading branch information
instrumentisto-bot and evdokimovs authored May 23, 2024
1 parent dcc5ed0 commit 3279e4e
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 40 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=124.0.6367.201
WEBRTC_VERSION=125.0.6422.60
# Look for the concrete revision for WebRTC in:
# https://chromium.googlesource.com/chromium/src/+/refs/tags/<WEBRTC_VERSION>/DEPS
WEBRTC_COMMIT=a55ff9e83e4592010969d428bee656bace8cbc3b
WEBRTC_COMMIT=8505a9838ea91c66c96c173d30cd66f9dbcc7548

PACKAGE_NAMES= \
linux-arm64 \
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 = "124.0.6367.201"
spec.version = "125.0.6422.60"
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' => '[email protected]' }
spec.ios.deployment_target = '10.0'

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

spec.pod_target_xcconfig = {
Expand Down
Loading

0 comments on commit 3279e4e

Please sign in to comment.