From 7b30a001b9065659125b15dcdfe7c13cea8a10af Mon Sep 17 00:00:00 2001 From: miosakuma Date: Fri, 6 Sep 2024 15:39:44 +0900 Subject: [PATCH] =?UTF-8?q?Sora=20iOS=20SDK=20=E3=83=AA=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=82=B9=202024.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 4 ++++ Podfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e72d86c..96ad1fa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,10 @@ ## develop +## sora-ios-sdk-2024.3.0 + +**リリース日**: 2024-09-06 + - [UPDATE] libwebrtc のログレベルを RTCLoggingSeverityNone から RTCLoggingSeverityInfo にする - libwebrtc のログを INFO レベルで出力するようにする - @zztkm diff --git a/Podfile b/Podfile index c99645e..b60a6b2 100644 --- a/Podfile +++ b/Podfile @@ -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'