From a666b65de40afd9097466c2456caf885123d0d23 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Wed, 25 Oct 2023 16:55:46 +0900 Subject: [PATCH 1/6] =?UTF-8?q?=E9=96=8B=E7=99=BA=E7=94=A8=E3=81=AB=20sora?= =?UTF-8?q?-ios-sdk=20=E3=81=AE=20develop=20=E3=83=96=E3=83=A9=E3=83=B3?= =?UTF-8?q?=E3=83=81=E3=82=92=E5=8F=82=E7=85=A7=E3=81=99=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 0800a34..0810cbb 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'SoraQuickStart' do use_frameworks! - pod 'Sora', '2023.3.1' + pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする # pod 'SwiftLint' # pod 'SwiftFormat/CLI' From e5eafe0c7338f3002f2a0e2a6140e53e0aa0cf1c Mon Sep 17 00:00:00 2001 From: miosakuma Date: Wed, 25 Oct 2023 17:06:06 +0900 Subject: [PATCH 2/6] =?UTF-8?q?Podfile=20=E3=81=AE=20SwiftLint=20=E3=81=A8?= =?UTF-8?q?=20SwiftFormat=20=E3=81=AE=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E3=82=A2=E3=82=A6=E3=83=88=E3=82=92=E5=A4=96=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Podfile b/Podfile index 0810cbb..c99645e 100644 --- a/Podfile +++ b/Podfile @@ -6,8 +6,7 @@ platform :ios, '13.0' target 'SoraQuickStart' do use_frameworks! pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' -# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする -# pod 'SwiftLint' -# pod 'SwiftFormat/CLI' + pod 'SwiftLint' + pod 'SwiftFormat/CLI' end From 255703cc5d47c7264cd37a6b372be053bede2870 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Wed, 25 Oct 2023 17:41:22 +0900 Subject: [PATCH 3/6] =?UTF-8?q?GithubActions=20=E3=81=AE=20lint-format.sh?= =?UTF-8?q?=20=E3=81=AE=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=92?= =?UTF-8?q?=E5=A4=96=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c50f84..58c8d55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,10 +51,9 @@ jobs: CODE_SIGNING_ALLOWED=NO \ CODE_SIGN_IDENTITY= \ PROVISIONING_PROFILE= - # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする - #- name: Check uncommitted unformatted code - # run: | - # ./lint-format.sh + - name: Check uncommitted unformatted code + run: | + ./lint-format.sh release: if: contains(github.ref, 'tags/v') needs: [build] From 529671d98cd46de060af4f607b4051972688f73c Mon Sep 17 00:00:00 2001 From: miosakuma Date: Mon, 25 Dec 2023 12:37:50 +0900 Subject: [PATCH 4/6] =?UTF-8?q?[README]=20=E5=AF=BE=E5=BF=9C=20Sora=20?= =?UTF-8?q?=E3=82=92=202023.2.0=20=E3=81=AB=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 f40f9c6..de73ce0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Please read https://github.com/shiguredo/oss before use. - Xcode 14.3.1 - Swift 5.8.1 - CocoaPods 1.12.1. 以降 -- WebRTC SFU Sora 2023.1.0 以降 +- WebRTC SFU Sora 2023.2.0 以降 Xcode と Swift のバージョンによっては、 CocoaPods で取得できるバイナリに互換性がない可能性があります。詳しくは[Sora iOS SDK ドキュメント](https://sora-ios-sdk.shiguredo.jp/) を参照してください。 From 0f600f98c327ea2677b9b379bbcf80323ccca6ea Mon Sep 17 00:00:00 2001 From: miosakuma Date: Mon, 26 Feb 2024 15:57:00 +0900 Subject: [PATCH 5/6] =?UTF-8?q?README=20=E3=82=92=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=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 7f54e74..feca5e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,14 @@ ## develop +- [UPDATE] システム条件を変更する + - macOS 14.3.1 以降 + - WebRTC SFU Sora 2023.2.0 以降 + - Xcode 15.2 + - Swift 5.9.2 + - CocoaPods 1.15.2 以降 + - @miosakuma + ## sora-ios-sdk-2023.3.1 - [UPDATE] Sora iOS SDK を 2023.3.1 にあげる diff --git a/README.md b/README.md index de73ce0..09c098c 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Please read https://github.com/shiguredo/oss before use. - iOS 13 以降 - アーキテクチャ arm64 (シミュレーターの動作は未保証) -- macOS 13.4.1 以降 -- Xcode 14.3.1 -- Swift 5.8.1 -- CocoaPods 1.12.1. 以降 +- macOS 14.3.1 以降 +- Xcode 15.2 +- Swift 5.9.2 +- CocoaPods 1.15.2 以降 - WebRTC SFU Sora 2023.2.0 以降 Xcode と Swift のバージョンによっては、 CocoaPods で取得できるバイナリに互換性がない可能性があります。詳しくは[Sora iOS SDK ドキュメント](https://sora-ios-sdk.shiguredo.jp/) を参照してください。 From 4b75d00aafd8f088405a90817037ffe46eacd5ff Mon Sep 17 00:00:00 2001 From: miosakuma Date: Mon, 26 Feb 2024 17:36:11 +0900 Subject: [PATCH 6/6] =?UTF-8?q?Sora=20iOS=20SDK=202024.1.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 feca5e5..a3b080c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,8 @@ ## develop +## sora-ios-sdk-2024.1.0 + - [UPDATE] システム条件を変更する - macOS 14.3.1 以降 - WebRTC SFU Sora 2023.2.0 以降 diff --git a/Podfile b/Podfile index c99645e..7140895 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.1.0' pod 'SwiftLint' pod 'SwiftFormat/CLI'