We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04e50ac + d864477 commit 18332d3Copy full SHA for 18332d3
Sora/PackageInfo.swift
@@ -13,13 +13,13 @@ public enum WebRTCInfo {
13
public static let branch = "7559"
14
15
/// WebRTC フレームワークのコミットポジション
16
- public static let commitPosition = "0"
+ public static let commitPosition = "2"
17
18
/// WebRTC フレームワークのメンテナンスバージョン
19
public static let maintenanceVersion = "1"
20
21
/// WebRTC フレームワークのソースコードのリビジョン
22
- public static let revision = "f680c1893f3b166b370439da52ae82d02f54969c"
+ public static let revision = "8f3537ef5b85b4c7dabed2676d4b72214c69c494"
23
24
/// WebRTC フレームワークのソースコードのリビジョン (短縮版)
25
public static var shortRevision: String {
0 commit comments