Skip to content

Commit

Permalink
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
1 parent 65547dc commit 7b30a00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

## develop

## sora-ios-sdk-2024.3.0

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

- [UPDATE] libwebrtc のログレベルを RTCLoggingSeverityNone から RTCLoggingSeverityInfo にする
- libwebrtc のログを INFO レベルで出力するようにする
- @zztkm
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', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop'
pod 'Sora', '2024.3.0'
pod 'SwiftLint'
pod 'SwiftFormat/CLI'

Expand Down

0 comments on commit 7b30a00

Please sign in to comment.