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] WebRTC m132.6834.5.7 に上げる
14+ - [ UPDATE] WebRTC m133.6943.4.0 に上げる
1515 - @zztkm
1616- [ ADD] サイマルキャストの映像のエンコーディングパラメーター ` scaleResolutionDownTo ` を追加する
1717 - @zztkm
Original file line number Diff line number Diff line change 33import Foundation
44import PackageDescription
55
6- let file = " WebRTC-132.6834.5.7 /WebRTC.xcframework.zip "
6+ let file = " WebRTC-133.6943.4.0 /WebRTC.xcframework.zip "
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/sora-ios-sdk-specs/releases/download/ \( file) " ,
24- checksum: " c19d8b32a0a34295d96acd5458ea6b07cff4e7e32cbd7b5ddef945fb3b780f30 "
24+ checksum: " 4b20b57da1c80ac78a288a2dae32cdc788b9146844fae31dd7096581a187bdd4 "
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-132.6834 -blue.svg )] ( https://chromium.googlesource.com/external/webrtc/+/branch-heads/6834 )
3+ [ ![ libwebrtc] ( https://img.shields.io/badge/libwebrtc-133.6943 -blue.svg )] ( https://chromium.googlesource.com/external/webrtc/+/branch-heads/6943 )
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 = " M132 "
10+ public static let version = " M133 "
1111
1212 /// WebRTC の branch-heads
13- public static let branch = " 6834 "
13+ public static let branch = " 6943 "
1414
1515 /// WebRTC フレームワークのコミットポジション
16- public static let commitPosition = " 5 "
16+ public static let commitPosition = " 4 "
1717
1818 /// WebRTC フレームワークのメンテナンスバージョン
19- public static let maintenanceVersion = " 7 "
19+ public static let maintenanceVersion = " 0 "
2020
2121 /// WebRTC フレームワークのソースコードのリビジョン
22- public static let revision = " afaf497805cbb502da89991c2dcd783201efdd08 "
22+ public static let revision = " cd3e2951ff0f36fa12bea747862c52533a2b39f3 "
2323
2424 /// WebRTC フレームワークのソースコードのリビジョン (短縮版)
2525 public static var shortRevision : String {
You can’t perform that action at this time.
0 commit comments