We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54537ef commit 10ed120Copy full SHA for 10ed120
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/m127-patched-1/WebRTC.xcframework.zip",
17
- checksum: "a4d58cb231e554b79d3500b66cc5fdea2065dcfd5470885bb099602a9b803717"
+ url: "https://github.com/WebRTSP/libWebRTC/releases/download/m127-patched-2/WebRTC.xcframework.zip",
+ checksum: "c0bea0e813acea8e4ecc792acc0f1dcbf0e9ac765a6b7d33e62179d6b5f2bf1e"
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=m127-patched-1
+export LIBWEBRTC_VERSION_NAME=m127-patched-2
5
export LIBWEBRTC_BRANCH=6533
0 commit comments