File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111
1212## develop
1313
14- - [ UPDATE] libwebrtc m143.7499.2 .1 に上げる
15- - @miosakuma
14+ - [ UPDATE] libwebrtc m144.7559.0 .1 に上げる
15+ - @miosakuma @ zztkm
1616- [ UPDATE] Statistics, StatisticsEntry をドキュメント対象として公開する
1717 - ` getStats ` メソッドの返り値である ` Statistics ` のドキュメントを生成するため
1818 - @t-miya
Original file line number Diff line number Diff line change 33import Foundation
44import PackageDescription
55
6- let libwebrtcVersion = " m143.7499.2 .1"
6+ let libwebrtcVersion = " m144.7559.0 .1"
77
88let package = Package (
99 name: " Sora " ,
@@ -21,7 +21,7 @@ let package = Package(
2121 . binaryTarget(
2222 name: " WebRTC " ,
2323 url: " https://github.com/shiguredo-webrtc-build/webrtc-build/releases/download/ \( libwebrtcVersion) /WebRTC.xcframework.zip " ,
24- checksum: " a6629912f032b249541cb8c1b8e6d9a4855d93c6360a6bf1ec6a205c386e9c11 "
24+ checksum: " 7429661f35274871f28b74c8b7105c6cc9c899c98fc5f6b08e59ec0aece8e529 "
2525 ) ,
2626 . target(
2727 name: " Sora " ,
Original file line number Diff line number Diff line change 11# Sora iOS SDK
22
3- [ ![ libwebrtc] ( https://img.shields.io/badge/libwebrtc-143.7499 -blue.svg )] ( https://chromium.googlesource.com/external/webrtc/+/branch-heads/7499 )
3+ [ ![ libwebrtc] ( https://img.shields.io/badge/libwebrtc-144.7559 -blue.svg )] ( https://chromium.googlesource.com/external/webrtc/+/branch-heads/7559 )
44[ ![ GitHub tag] ( https://img.shields.io/github/tag/shiguredo/sora-ios-sdk.svg )] ( https://github.com/shiguredo/sora-ios-sdk )
55[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
66
Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ public enum SDKInfo {
77/// WebRTC フレームワークの情報を表します。
88public enum WebRTCInfo {
99 /// WebRTC フレームワークのバージョン
10- public static let version = " M143 "
10+ public static let version = " M144 "
1111
1212 /// WebRTC の branch-heads
13- public static let branch = " 7499 "
13+ public static let branch = " 7559 "
1414
1515 /// WebRTC フレームワークのコミットポジション
16- public static let commitPosition = " 2 "
16+ public static let commitPosition = " 0 "
1717
1818 /// WebRTC フレームワークのメンテナンスバージョン
1919 public static let maintenanceVersion = " 1 "
2020
2121 /// WebRTC フレームワークのソースコードのリビジョン
22- public static let revision = " 1788a81407183acc98163a4e1507c5c63fb175cc "
22+ public static let revision = " f680c1893f3b166b370439da52ae82d02f54969c "
2323
2424 /// WebRTC フレームワークのソースコードのリビジョン (短縮版)
2525 public static var shortRevision : String {
You can’t perform that action at this time.
0 commit comments