Skip to content

Commit

Permalink
Merge pull request #192 from shiguredo/feature/update-libwebrtc-122.6…
Browse files Browse the repository at this point in the history
…261.1.0

WebRTC 122.6261.1.0 にあげる
  • Loading branch information
miosakuma authored Apr 1, 2024
2 parents 47057c0 + 0a9db5e commit 6f005e3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## develop

- [UPDATE] WebRTC m123.6312.3.0 に上げる
- [UPDATE] WebRTC m122.6261.1.0 に上げる
- @miosakuma

## 2024.1.0
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import Foundation
import PackageDescription

let file = "WebRTC-123.6312.3.0/WebRTC.xcframework.zip"
let file = "WebRTC-122.6261.1.0/WebRTC.xcframework.zip"

let package = Package(
name: "Sora",
Expand All @@ -16,7 +16,7 @@ let package = Package(
.binaryTarget(
name: "WebRTC",
url: "https://github.com/shiguredo/sora-ios-sdk-specs/releases/download/\(file)",
checksum: "cb7b9631bac05f2ab9b15772a63bc88529a05192b0f92c3fcb4f28678ea57fe9"
checksum: "dd5ce39710270c4498a1628461e00c17525369faf0ca0a7e258325b99f21ee8e"
),
.target(
name: "Sora",
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ platform :ios, '13.0'

target 'Sora' do
use_frameworks!
pod 'WebRTC', '123.6312.3.0'
pod 'WebRTC', '122.6261.1.0'
end
2 changes: 1 addition & 1 deletion Podfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'Sora' do
use_frameworks!
pod 'WebRTC', '123.6312.3.0'
pod 'WebRTC', '122.6261.1.0'
pod 'SwiftLint', '0.51.0'
pod 'SwiftFormat/CLI', '0.53.2'
end
2 changes: 1 addition & 1 deletion Sora.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
}
s.source_files = "Sora/**/*.swift"
s.resources = ['Sora/*.xib']
s.dependency "WebRTC", '123.6312.3.0'
s.dependency "WebRTC", '122.6261.1.0'
s.pod_target_xcconfig = {
'ARCHS' => 'arm64',
'ARCHS[config=Debug]' => '$(ARCHS_STANDARD)'
Expand Down
6 changes: 3 additions & 3 deletions Sora/PackageInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ public enum SDKInfo {
*/
public enum WebRTCInfo {
/// WebRTC フレームワークのバージョン
public static let version = "M123"
public static let version = "M122"

/// WebRTC フレームワークのコミットポジション
public static let commitPosition = "3"
public static let commitPosition = "1"

/// WebRTC フレームワークのメンテナンスバージョン
public static let maintenanceVersion = "0"

/// WebRTC フレームワークのソースコードのリビジョン
public static let revision = "41b1493ddb5d98e9125d5cb002fd57ce76ebd8a7"
public static let revision = "6b419a0536b1a0ccfff3682f997c6f19bcbd9bd8"

/// WebRTC フレームワークのソースコードのリビジョン (短縮版)
public static var shortRevision: String {
Expand Down

0 comments on commit 6f005e3

Please sign in to comment.