We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d4886 commit 09e0eefCopy full SHA for 09e0eef
2 files changed
Package.swift
@@ -13,8 +13,8 @@ let package = Package(
13
targets: [
14
.binaryTarget(
15
name: "WebRTC",
16
- url: "https://github.com/WebRTSP/libWebRTC/releases/download/m102-patched-7/WebRTC.xcframework.zip",
17
- checksum: "efe023ac5c2930e6a26c649f36de6b1c3a1a28cad0a6cde4e54ab885db109f90"
+ url: "https://github.com/WebRTSP/libWebRTC/releases/download/m124-patched/WebRTC.xcframework.zip",
+ checksum: "2452b9d97c875846e878dbaec591fcb937d6095f96c4a3665592c40efc8be81c"
18
)
19
]
20
version.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash -e
2
3
# https://chromiumdash.appspot.com/branches
4
-export LIBWEBRTC_VERSION_NAME=m102-patched-7
5
-export LIBWEBRTC_BRANCH=5005
+export LIBWEBRTC_VERSION_NAME=m124-patched
+export LIBWEBRTC_BRANCH=6367
0 commit comments