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 2a6328d + 7b30a00 commit 3ba2f71
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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
steps:
- uses: actions/checkout@v4
- name: Select Xcode Version
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
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'SoraQuickStart' 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 @@ -16,11 +16,11 @@ Please read https://github.com/shiguredo/oss before use.

- iOS 13 以降
- アーキテクチャ 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 で取得できるバイナリに互換性がない可能性があります。詳しくは[Sora iOS SDK ドキュメント](https://sora-ios-sdk.shiguredo.jp/) を参照してください。

Expand Down
1 change: 1 addition & 0 deletions SoraQuickStart/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
Logger.shared.level = .debug
Sora.setWebRTCLogLevel(.info)

navigationItem.title = "\(Environment.channelId)"
}
Expand Down

0 comments on commit 3ba2f71

Please sign in to comment.