From 58e1a716bc145078c81b21253128f479f8681327 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Fri, 7 Apr 2023 16:45:33 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=E9=96=8B=E7=99=BA=E5=90=91=E3=81=91?= =?UTF-8?q?=E3=81=AB=20sora-ios-sdk=20=E3=81=AE=20develop=20=E3=83=96?= =?UTF-8?q?=E3=83=A9=E3=83=B3=E3=83=81=E3=82=92=E5=8F=82=E7=85=A7=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index bdc71cc..c99645e 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'SoraQuickStart' do use_frameworks! - pod 'Sora', '2023.1.0' + pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' pod 'SwiftLint' pod 'SwiftFormat/CLI' From 05652f09e72ab3e93490750ef1bae64b665d8d10 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Fri, 14 Jul 2023 14:32:06 +0900 Subject: [PATCH 2/4] =?UTF-8?q?=E3=82=B7=E3=82=B9=E3=83=86=E3=83=A0?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E3=82=92=E5=A4=89=E6=9B=B4=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 8 ++++++++ README.md | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 655e30c..2703e3d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,14 @@ ## develop +- [UPDATE] システム条件を変更する + - macOS 13.4.1 以降 + - Xcode 14.3.1 + - Swift 5.8.1 + - CocoaPods 1.12.1 以降 + - WebRTC SFU Sora 2023.1.0 以降 + - @miosakuma + ## sora-ios-sdk-2023.1.0 - [UPDATE] システム条件を変更する diff --git a/README.md b/README.md index d253702..2facb20 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Please read https://github.com/shiguredo/oss before use. - iOS 13 以降 - アーキテクチャ arm64 (シミュレーターの動作は未保証) - macOS 13.3 以降 -- Xcode 14.3 -- Swift 5.8 -- CocoaPods 1.12.0 以降 -- WebRTC SFU Sora 2022.1.1 以降 +- Xcode 14.3.1 +- Swift 5.8.1 +- CocoaPods 1.12.1. 以降 +- WebRTC SFU Sora 2023.1.0 以降 Xcode と Swift のバージョンによっては、 CocoaPods で取得できるバイナリに互換性がない可能性があります。詳しくは[Sora iOS SDK ドキュメント](https://sora-ios-sdk.shiguredo.jp/) を参照してください。 From f66ce18010227c10634a37fc16cda49a16e26a74 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Fri, 14 Jul 2023 14:34:01 +0900 Subject: [PATCH 3/4] =?UTF-8?q?=E3=82=B7=E3=82=B9=E3=83=86=E3=83=A0?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E3=82=92=E6=9B=B4=E6=96=B0=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2facb20..f40f9c6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Please read https://github.com/shiguredo/oss before use. - iOS 13 以降 - アーキテクチャ arm64 (シミュレーターの動作は未保証) -- macOS 13.3 以降 +- macOS 13.4.1 以降 - Xcode 14.3.1 - Swift 5.8.1 - CocoaPods 1.12.1. 以降 From 4c2005b78bcaf9ab131a08c5ff26bcc7c4e80f95 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Tue, 1 Aug 2023 16:32:42 +0900 Subject: [PATCH 4/4] =?UTF-8?q?Sora=20iOS=20SDK=202023.2.0=20=E3=83=AA?= =?UTF-8?q?=E3=83=AA=E3=83=BC=E3=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 2 ++ Podfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2703e3d..3788d5b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,8 @@ ## develop +## sora-ios-sdk-2023.2.0 + - [UPDATE] システム条件を変更する - macOS 13.4.1 以降 - Xcode 14.3.1 diff --git a/Podfile b/Podfile index c99645e..dca73e6 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', '2023.2.0' pod 'SwiftLint' pod 'SwiftFormat/CLI'