We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2957e00 commit 746f752Copy full SHA for 746f752
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-5/WebRTC.xcframework.zip",
17
- checksum: "82274dfd197459063d4735ffe4cf906ee4646e7ce07ce5215a5390f16cb3a79c"
+ url: "https://github.com/WebRTSP/libWebRTC/releases/download/m102-patched-6/WebRTC.xcframework.zip",
+ checksum: "ffd82c9c7e7078456df04ae30083fa00c7664c68727c312505827eafd0f6c7f4"
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-5
+export LIBWEBRTC_VERSION_NAME=m102-patched-6
5
export LIBWEBRTC_BRANCH=5005
0 commit comments