Skip to content

Commit

Permalink
Merge branch 'release/sora-ios-sdk-2024.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Sep 6, 2024
2 parents 2d5e10f + af3831c commit 5287c86
Show file tree
Hide file tree
Showing 20 changed files with 43 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/data-channel-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
build:
runs-on: macos-14
env:
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
XCODE: /Applications/Xcode_15.4.app
XCODE_SDK: iphoneos17.5
WORKSPACE: DataChannelSample
SCHEME: DataChannelSample
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deco-streaming-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
build:
runs-on: macos-14
env:
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
XCODE: /Applications/Xcode_15.4.app
XCODE_SDK: iphoneos17.5
WORKSPACE: DecoStreamingSample
SCHEME: DecoStreamingSample
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/screencast-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
build:
runs-on: macos-14
env:
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
XCODE: /Applications/Xcode_15.4.app
XCODE_SDK: iphoneos17.5
WORKSPACE: ScreenCastSample
SCHEME: ScreenCastSample
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/simulcast-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
build:
runs-on: macos-14
env:
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
XCODE: /Applications/Xcode_15.4.app
XCODE_SDK: iphoneos17.5
WORKSPACE: SimulcastSample
SCHEME: SimulcastSample
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spotlight-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
build:
runs-on: macos-14
env:
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
XCODE: /Applications/Xcode_15.4.app
XCODE_SDK: iphoneos17.5
WORKSPACE: SpotlightSample
SCHEME: SpotlightSample
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/video-chat-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
build:
runs-on: macos-14
env:
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
XCODE: /Applications/Xcode_15.4.app
XCODE_SDK: iphoneos17.5
WORKSPACE: VideoChatSample
SCHEME: VideoChatSample
steps:
Expand Down
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@

## develop

## sora-ios-sdk-2024.3.0

**リリース日**: 2024-09-06

- [UPDATE] 各サンプルの libwebrtc のログレベルを RTCLoggingSeverityNone から RTCLoggingSeverityInfo にする
- libwebrtc のログを INFO レベルで出力するようにする
- @zztkm
- [UPDATE] GitHub Actions の Xcode のバージョンを 15.4 にあげる
- 合わせて iOS の SDK を iphoneos17.5 にあげる
- @miosakuma
- [UPDATE] システム条件を変更する
- macOS 14.6.1 以降
- Xcode 15.4
- WebRTC SFU Sora 2024.1.0 以降
- @miosakuma

## sora-ios-sdk-2024.2.0

- [UPDATE] Github Actions を actions/cache@v4 にあげる
Expand Down
1 change: 1 addition & 0 deletions DataChannelSample/DataChannelSample/SoraSDKManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class SoraSDKManager {
// SDK のログを表示します。
// 送受信されるシグナリングの内容や接続エラーを確認できます。
Logger.shared.level = .debug
Sora.setWebRTCLogLevel(.info)
}

/**
Expand Down
2 changes: 1 addition & 1 deletion DataChannelSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'DataChannelSample' do
use_frameworks!
pod 'Sora', '2024.2.0'
pod 'Sora', '2024.3.0'
pod 'SwiftLint'
pod 'SwiftFormat/CLI'
end
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class SoraSDKManager {
// SDK のログを表示します。
// 送受信されるシグナリングの内容や接続エラーを確認できます。
Logger.shared.level = .debug
Sora.setWebRTCLogLevel(.info)
}

/**
Expand Down
2 changes: 1 addition & 1 deletion DecoStreamingSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'DecoStreamingSample' do
use_frameworks!
pod 'Sora', '2024.2.0'
pod 'Sora', '2024.3.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Please read https://github.com/shiguredo/oss before use.

- iOS 15 以降
- アーキテクチャ arm64 (シミュレーターの動作は未保証)
- macOS 14.4.1 以降
- Xcode 15.3
- macOS 14.6.1 以降
- Xcode 15.4
- Swift 5.10
- CocoaPods 1.15.2 以降
- WebRTC SFU Sora 2023.2.0 以降
- WebRTC SFU Sora 2024.1.0 以降

Xcode と Swift のバージョンによっては、 CocoaPods で取得できるバイナリに互換性がない可能性があります。

Expand Down
2 changes: 1 addition & 1 deletion ScreenCastSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'ScreenCastSample' do
use_frameworks!
pod 'Sora', '2024.2.0'
pod 'Sora', '2024.3.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class SoraSDKManager {
// SDK のログを表示します。
// 送受信されるシグナリングの内容や接続エラーを確認できます。
Logger.shared.level = .debug
Sora.setWebRTCLogLevel(.info)
}

/**
Expand Down
2 changes: 1 addition & 1 deletion SimulcastSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'SimulcastSample' do
use_frameworks!
pod 'Sora', '2024.2.0'
pod 'Sora', '2024.3.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class SoraSDKManager {
// SDK のログを表示します。
// 送受信されるシグナリングの内容や接続エラーを確認できます。
Logger.shared.level = .debug
Sora.setWebRTCLogLevel(.info)
}

/**
Expand Down
2 changes: 1 addition & 1 deletion SpotlightSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'SpotlightSample' do
use_frameworks!
pod 'Sora', '2024.2.0'
pod 'Sora', '2024.3.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class SoraSDKManager {
// SDK のログを表示します。
// 送受信されるシグナリングの内容や接続エラーを確認できます。
Logger.shared.level = .debug
Sora.setWebRTCLogLevel(.info)
}

/**
Expand Down
2 changes: 1 addition & 1 deletion VideoChatSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'VideoChatSample' do
use_frameworks!
pod 'Sora', '2024.2.0'
pod 'Sora', '2024.3.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class SoraSDKManager {
// SDK のログを表示します。
// 送受信されるシグナリングの内容や接続エラーを確認できます。
Logger.shared.level = .debug
Sora.setWebRTCLogLevel(.info)
}

/**
Expand Down

0 comments on commit 5287c86

Please sign in to comment.