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