From 1718c7e51bd4a97b2a6e3c85f9931a82c84f4840 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Tue, 1 Aug 2023 17:04:15 +0900 Subject: [PATCH 1/8] =?UTF-8?q?=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4?= =?UTF-8?q?=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 --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d1310f0..610df4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -25,7 +25,7 @@ - @miosakuma - [ADD] VideoChatSample に映像コーデックプロファイル設定を追加する - @miosakuma -- [CHANGE] システム条件を変更する +- [UPDATE] システム条件を変更する - macOS 13.4.1 以降 - Xcode 14.3.1 - Swift 5.8.1 @@ -38,7 +38,7 @@ ## sora-ios-sdk-2023.1.0 -- [CHANGE] システム条件を変更する +- [UPDATE] システム条件を変更する - macOS 13.3 以降 - Xcode 14.3 - Swift 5.8 From 93b8d612051ed8fb26ac202bbf12dea133951d13 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Tue, 1 Aug 2023 18:05:59 +0900 Subject: [PATCH 2/8] =?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 --- DataChannelSample/Podfile | 2 +- DecoStreamingSample/Podfile | 2 +- ScreenCastSample/Podfile | 2 +- SimulcastSample/Podfile | 2 +- SpotlightSample/Podfile | 2 +- VideoChatSample/Podfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DataChannelSample/Podfile b/DataChannelSample/Podfile index 99eae47..46295f7 100644 --- a/DataChannelSample/Podfile +++ b/DataChannelSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'DataChannelSample' do use_frameworks! - pod 'Sora', '2023.2.0' + pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' pod 'SwiftLint' pod 'SwiftFormat/CLI' end diff --git a/DecoStreamingSample/Podfile b/DecoStreamingSample/Podfile index ddd2d45..e59d5b7 100644 --- a/DecoStreamingSample/Podfile +++ b/DecoStreamingSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'DecoStreamingSample' do use_frameworks! - pod 'Sora', '2023.2.0' + pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' pod 'SwiftLint' pod 'SwiftFormat/CLI' diff --git a/ScreenCastSample/Podfile b/ScreenCastSample/Podfile index 84604d5..077393a 100644 --- a/ScreenCastSample/Podfile +++ b/ScreenCastSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'ScreenCastSample' do use_frameworks! - pod 'Sora', '2023.2.0' + pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' pod 'SwiftLint' pod 'SwiftFormat/CLI' diff --git a/SimulcastSample/Podfile b/SimulcastSample/Podfile index 32c5489..4637d49 100644 --- a/SimulcastSample/Podfile +++ b/SimulcastSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'SimulcastSample' do use_frameworks! - pod 'Sora', '2023.2.0' + pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' pod 'SwiftLint' pod 'SwiftFormat/CLI' diff --git a/SpotlightSample/Podfile b/SpotlightSample/Podfile index 9414051..22cd7a3 100644 --- a/SpotlightSample/Podfile +++ b/SpotlightSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'SpotlightSample' do use_frameworks! - pod 'Sora', '2023.2.0' + pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' pod 'SwiftLint' pod 'SwiftFormat/CLI' diff --git a/VideoChatSample/Podfile b/VideoChatSample/Podfile index a161347..ca51cf1 100644 --- a/VideoChatSample/Podfile +++ b/VideoChatSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'VideoChatSample' do use_frameworks! - pod 'Sora', '2023.2.0' + pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' pod 'SwiftLint' pod 'SwiftFormat/CLI' From 587389417a1973766d56c3ba88faa9d0c604a9c0 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Tue, 1 Aug 2023 18:33:17 +0900 Subject: [PATCH 3/8] =?UTF-8?q?Github=20Actions=20=E3=81=AE=E3=83=93?= =?UTF-8?q?=E3=83=AB=E3=83=89=E7=92=B0=E5=A2=83=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=A2=E3=83=83=E3=83=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/data-channel-sample.yml | 6 +++--- .github/workflows/deco-streaming-sample.yml | 6 +++--- .github/workflows/screencast-sample.yml | 6 +++--- .github/workflows/simulcast-sample.yml | 6 +++--- .github/workflows/spotlight-sample.yml | 6 +++--- .github/workflows/video-chat-sample.yml | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/data-channel-sample.yml b/.github/workflows/data-channel-sample.yml index 75d2d52..f83df3b 100644 --- a/.github/workflows/data-channel-sample.yml +++ b/.github/workflows/data-channel-sample.yml @@ -15,10 +15,10 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-13 env: - XCODE: /Applications/Xcode_14.0.app - XCODE_SDK: iphoneos16.0 + XCODE: /Applications/Xcode_14.3.1.app + XCODE_SDK: iphoneos16.4 WORKSPACE: DataChannelSample SCHEME: DataChannelSample steps: diff --git a/.github/workflows/deco-streaming-sample.yml b/.github/workflows/deco-streaming-sample.yml index 4cf1adb..d687c4c 100644 --- a/.github/workflows/deco-streaming-sample.yml +++ b/.github/workflows/deco-streaming-sample.yml @@ -15,10 +15,10 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-13 env: - XCODE: /Applications/Xcode_14.0.app - XCODE_SDK: iphoneos16.0 + XCODE: /Applications/Xcode_14.3.1.app + XCODE_SDK: iphoneos16.4 WORKSPACE: DecoStreamingSample SCHEME: DecoStreamingSample steps: diff --git a/.github/workflows/screencast-sample.yml b/.github/workflows/screencast-sample.yml index fd974e9..ace8fe3 100644 --- a/.github/workflows/screencast-sample.yml +++ b/.github/workflows/screencast-sample.yml @@ -15,10 +15,10 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-13 env: - XCODE: /Applications/Xcode_14.0.app - XCODE_SDK: iphoneos16.0 + XCODE: /Applications/Xcode_14.3.1.app + XCODE_SDK: iphoneos16.4 WORKSPACE: ScreenCastSample SCHEME: ScreenCastSample steps: diff --git a/.github/workflows/simulcast-sample.yml b/.github/workflows/simulcast-sample.yml index ca0f422..69459a1 100644 --- a/.github/workflows/simulcast-sample.yml +++ b/.github/workflows/simulcast-sample.yml @@ -15,10 +15,10 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-13 env: - XCODE: /Applications/Xcode_14.0.app - XCODE_SDK: iphoneos16.0 + XCODE: /Applications/Xcode_14.3.1.app + XCODE_SDK: iphoneos16.4 WORKSPACE: SimulcastSample SCHEME: SimulcastSample steps: diff --git a/.github/workflows/spotlight-sample.yml b/.github/workflows/spotlight-sample.yml index 18d7ef6..f76d52d 100644 --- a/.github/workflows/spotlight-sample.yml +++ b/.github/workflows/spotlight-sample.yml @@ -15,10 +15,10 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-13 env: - XCODE: /Applications/Xcode_14.0.app - XCODE_SDK: iphoneos16.0 + XCODE: /Applications/Xcode_14.3.1.app + XCODE_SDK: iphoneos16.4 WORKSPACE: SpotlightSample SCHEME: SpotlightSample steps: diff --git a/.github/workflows/video-chat-sample.yml b/.github/workflows/video-chat-sample.yml index 0d7449e..9c0cf9c 100644 --- a/.github/workflows/video-chat-sample.yml +++ b/.github/workflows/video-chat-sample.yml @@ -15,10 +15,10 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-13 env: - XCODE: /Applications/Xcode_14.0.app - XCODE_SDK: iphoneos16.0 + XCODE: /Applications/Xcode_14.3.1.app + XCODE_SDK: iphoneos16.4 WORKSPACE: VideoChatSample SCHEME: VideoChatSample steps: From f142c84965cab7248080ec6c235e6bc9378d5872 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Mon, 11 Sep 2023 14:32:09 +0900 Subject: [PATCH 4/8] =?UTF-8?q?SwiftLint,=20SwiftFormat/CLI=20=E3=82=92?= =?UTF-8?q?=E4=B8=80=E6=99=82=E7=9A=84=E3=81=AB=E3=82=B3=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=82=A2=E3=82=A6=E3=83=88=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DataChannelSample/Podfile | 5 +++-- DecoStreamingSample/Podfile | 5 +++-- ScreenCastSample/Podfile | 5 +++-- SimulcastSample/Podfile | 5 +++-- SpotlightSample/Podfile | 5 +++-- VideoChatSample/Podfile | 5 +++-- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/DataChannelSample/Podfile b/DataChannelSample/Podfile index 46295f7..e0cc661 100644 --- a/DataChannelSample/Podfile +++ b/DataChannelSample/Podfile @@ -6,6 +6,7 @@ platform :ios, '13.0' target 'DataChannelSample' do use_frameworks! pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' - pod 'SwiftLint' - pod 'SwiftFormat/CLI' +# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする +# pod 'SwiftLint' +# pod 'SwiftFormat/CLI' end diff --git a/DecoStreamingSample/Podfile b/DecoStreamingSample/Podfile index e59d5b7..b22a540 100644 --- a/DecoStreamingSample/Podfile +++ b/DecoStreamingSample/Podfile @@ -7,6 +7,7 @@ target 'DecoStreamingSample' do use_frameworks! pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' - pod 'SwiftLint' - pod 'SwiftFormat/CLI' +# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする +# pod 'SwiftLint' +# pod 'SwiftFormat/CLI' end diff --git a/ScreenCastSample/Podfile b/ScreenCastSample/Podfile index 077393a..efc57d7 100644 --- a/ScreenCastSample/Podfile +++ b/ScreenCastSample/Podfile @@ -7,6 +7,7 @@ target 'ScreenCastSample' do use_frameworks! pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' - pod 'SwiftLint' - pod 'SwiftFormat/CLI' +# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする +# pod 'SwiftLint' +# pod 'SwiftFormat/CLI' end diff --git a/SimulcastSample/Podfile b/SimulcastSample/Podfile index 4637d49..2d463a5 100644 --- a/SimulcastSample/Podfile +++ b/SimulcastSample/Podfile @@ -7,6 +7,7 @@ target 'SimulcastSample' do use_frameworks! pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' - pod 'SwiftLint' - pod 'SwiftFormat/CLI' +# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする +# pod 'SwiftLint' +# pod 'SwiftFormat/CLI' end diff --git a/SpotlightSample/Podfile b/SpotlightSample/Podfile index 22cd7a3..9ff9673 100644 --- a/SpotlightSample/Podfile +++ b/SpotlightSample/Podfile @@ -7,6 +7,7 @@ target 'SpotlightSample' do use_frameworks! pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' - pod 'SwiftLint' - pod 'SwiftFormat/CLI' +# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする +# pod 'SwiftLint' +# pod 'SwiftFormat/CLI' end diff --git a/VideoChatSample/Podfile b/VideoChatSample/Podfile index ca51cf1..f2f9be5 100644 --- a/VideoChatSample/Podfile +++ b/VideoChatSample/Podfile @@ -7,6 +7,7 @@ target 'VideoChatSample' do use_frameworks! pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' - pod 'SwiftLint' - pod 'SwiftFormat/CLI' +# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする +# pod 'SwiftLint' +# pod 'SwiftFormat/CLI' end From ebbae32ef24d184fc75a6ad6c6024b6410854c48 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Mon, 11 Sep 2023 16:16:30 +0900 Subject: [PATCH 5/8] =?UTF-8?q?Github=20Actions=20=E3=81=8B=E3=82=89=20lin?= =?UTF-8?q?t-format.sh=20=E3=82=92=E4=B8=80=E6=99=82=E7=9A=84=E3=81=AB?= =?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/data-channel-sample.yml | 7 ++++--- .github/workflows/deco-streaming-sample.yml | 7 ++++--- .github/workflows/screencast-sample.yml | 7 ++++--- .github/workflows/simulcast-sample.yml | 7 ++++--- .github/workflows/spotlight-sample.yml | 7 ++++--- .github/workflows/video-chat-sample.yml | 7 ++++--- 6 files changed, 24 insertions(+), 18 deletions(-) diff --git a/.github/workflows/data-channel-sample.yml b/.github/workflows/data-channel-sample.yml index f83df3b..ba312c6 100644 --- a/.github/workflows/data-channel-sample.yml +++ b/.github/workflows/data-channel-sample.yml @@ -58,6 +58,7 @@ jobs: CODE_SIGNING_ALLOWED=NO \ CODE_SIGN_IDENTITY= \ PROVISIONING_PROFILE= - - name: Check uncommitted unformatted code - run: | - ../lint-format.sh \ No newline at end of file + # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする + #- name: Check uncommitted unformatted code + # run: | + # ./lint-format.sh \ No newline at end of file diff --git a/.github/workflows/deco-streaming-sample.yml b/.github/workflows/deco-streaming-sample.yml index d687c4c..9520043 100644 --- a/.github/workflows/deco-streaming-sample.yml +++ b/.github/workflows/deco-streaming-sample.yml @@ -58,6 +58,7 @@ jobs: CODE_SIGNING_ALLOWED=NO \ CODE_SIGN_IDENTITY= \ PROVISIONING_PROFILE= - - name: Check uncommitted unformatted code - run: | - ../lint-format.sh \ No newline at end of file + # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする + #- name: Check uncommitted unformatted code + # run: | + # ./lint-format.sh \ No newline at end of file diff --git a/.github/workflows/screencast-sample.yml b/.github/workflows/screencast-sample.yml index ace8fe3..32167ef 100644 --- a/.github/workflows/screencast-sample.yml +++ b/.github/workflows/screencast-sample.yml @@ -58,6 +58,7 @@ jobs: CODE_SIGNING_ALLOWED=NO \ CODE_SIGN_IDENTITY= \ PROVISIONING_PROFILE= - - name: Check uncommitted unformatted code - run: | - ../lint-format.sh \ No newline at end of file + # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする + #- name: Check uncommitted unformatted code + # run: | + # ./lint-format.sh \ No newline at end of file diff --git a/.github/workflows/simulcast-sample.yml b/.github/workflows/simulcast-sample.yml index 69459a1..a13f5d1 100644 --- a/.github/workflows/simulcast-sample.yml +++ b/.github/workflows/simulcast-sample.yml @@ -58,6 +58,7 @@ jobs: CODE_SIGNING_ALLOWED=NO \ CODE_SIGN_IDENTITY= \ PROVISIONING_PROFILE= - - name: Check uncommitted unformatted code - run: | - ../lint-format.sh \ No newline at end of file + # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする + #- name: Check uncommitted unformatted code + # run: | + # ./lint-format.sh \ No newline at end of file diff --git a/.github/workflows/spotlight-sample.yml b/.github/workflows/spotlight-sample.yml index f76d52d..4e6f487 100644 --- a/.github/workflows/spotlight-sample.yml +++ b/.github/workflows/spotlight-sample.yml @@ -58,6 +58,7 @@ jobs: CODE_SIGNING_ALLOWED=NO \ CODE_SIGN_IDENTITY= \ PROVISIONING_PROFILE= - - name: Check uncommitted unformatted code - run: | - ../lint-format.sh \ No newline at end of file + # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする + #- name: Check uncommitted unformatted code + # run: | + # ./lint-format.sh \ No newline at end of file diff --git a/.github/workflows/video-chat-sample.yml b/.github/workflows/video-chat-sample.yml index 9c0cf9c..2e10231 100644 --- a/.github/workflows/video-chat-sample.yml +++ b/.github/workflows/video-chat-sample.yml @@ -58,6 +58,7 @@ jobs: CODE_SIGNING_ALLOWED=NO \ CODE_SIGN_IDENTITY= \ PROVISIONING_PROFILE= - - name: Check uncommitted unformatted code - run: | - ../lint-format.sh \ No newline at end of file + # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする + #- name: Check uncommitted unformatted code + # run: | + # ./lint-format.sh \ No newline at end of file From 8edc94f0794abd4364c66a0581ab83064599a637 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Wed, 13 Sep 2023 12:35:55 +0900 Subject: [PATCH 6/8] =?UTF-8?q?VideoChatSample=20=E3=81=A7=20metadata=20?= =?UTF-8?q?=E3=81=8C=E8=A8=AD=E5=AE=9A=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84?= =?UTF-8?q?=E4=B8=8D=E5=85=B7=E5=90=88=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 3 +++ .../VideoChatSample/Classes/ConfigViewController.swift | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 610df4a..eb844a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,9 @@ ## develop +- [FIX] VideoChatSample で signalingConnectMetadata が設定できない不具合を修正 + - @miosakuma + ## sora-ios-sdk-2023.2.0 - [ADD] DataChannelSample の映像コーデックに AV1 を追加する diff --git a/VideoChatSample/VideoChatSample/Classes/ConfigViewController.swift b/VideoChatSample/VideoChatSample/Classes/ConfigViewController.swift index 9245c27..51d40a0 100644 --- a/VideoChatSample/VideoChatSample/Classes/ConfigViewController.swift +++ b/VideoChatSample/VideoChatSample/Classes/ConfigViewController.swift @@ -117,6 +117,8 @@ class ConfigViewController: UITableViewController { let videoH264Params = h264ProfileLevelId != nil ? ["profile_level_id": h264ProfileLevelId!] : nil configuration.videoH264Params = videoH264Params + + configuration.signalingConnectMetadata = Environment.signalingConnectMetadata // 入力された設定を元にSoraへ接続を行います。 // ビデオチャットアプリでは複数のユーザーが同時に配信を行う必要があるため、 From 82a38abeb172cf0a18c750caa1167a58251c9420 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Wed, 13 Sep 2023 12:37:00 +0900 Subject: [PATCH 7/8] =?UTF-8?q?=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4?= =?UTF-8?q?=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 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index eb844a5..29ce44a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,10 @@ ## develop +- [UPDATE] SwiftLint, SwiftFormat/CLI を一時的にコメントアウトする + - SwiftLint, SwiftFormat/CLI が Swift Swift 5.9 に対応できていないため + - 対応が完了したら戻す + - @miosakuma - [FIX] VideoChatSample で signalingConnectMetadata が設定できない不具合を修正 - @miosakuma From e0f8c8a4b404cd2c378a2f537030e5888c458e12 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Wed, 13 Sep 2023 12:56:37 +0900 Subject: [PATCH 8/8] =?UTF-8?q?Sora=20iOS=20SDK=202023.3.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 ++ DataChannelSample/Podfile | 2 +- DecoStreamingSample/Podfile | 2 +- ScreenCastSample/Podfile | 2 +- SimulcastSample/Podfile | 2 +- SpotlightSample/Podfile | 2 +- VideoChatSample/Podfile | 2 +- 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 29ce44a..d7ac4de 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,8 @@ ## develop +## sora-ios-sdk-2023.3.0 + - [UPDATE] SwiftLint, SwiftFormat/CLI を一時的にコメントアウトする - SwiftLint, SwiftFormat/CLI が Swift Swift 5.9 に対応できていないため - 対応が完了したら戻す diff --git a/DataChannelSample/Podfile b/DataChannelSample/Podfile index e0cc661..e6e935b 100644 --- a/DataChannelSample/Podfile +++ b/DataChannelSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'DataChannelSample' do use_frameworks! - pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' + pod 'Sora', '2023.3.0' # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする # pod 'SwiftLint' # pod 'SwiftFormat/CLI' diff --git a/DecoStreamingSample/Podfile b/DecoStreamingSample/Podfile index b22a540..16ca7b3 100644 --- a/DecoStreamingSample/Podfile +++ b/DecoStreamingSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'DecoStreamingSample' do use_frameworks! - pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' + pod 'Sora', '2023.3.0' # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする # pod 'SwiftLint' diff --git a/ScreenCastSample/Podfile b/ScreenCastSample/Podfile index efc57d7..5df9958 100644 --- a/ScreenCastSample/Podfile +++ b/ScreenCastSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'ScreenCastSample' do use_frameworks! - pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' + pod 'Sora', '2023.3.0' # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする # pod 'SwiftLint' diff --git a/SimulcastSample/Podfile b/SimulcastSample/Podfile index 2d463a5..6d62a68 100644 --- a/SimulcastSample/Podfile +++ b/SimulcastSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'SimulcastSample' do use_frameworks! - pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' + pod 'Sora', '2023.3.0' # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする # pod 'SwiftLint' diff --git a/SpotlightSample/Podfile b/SpotlightSample/Podfile index 9ff9673..10ae6f3 100644 --- a/SpotlightSample/Podfile +++ b/SpotlightSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'SpotlightSample' do use_frameworks! - pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' + pod 'Sora', '2023.3.0' # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする # pod 'SwiftLint' diff --git a/VideoChatSample/Podfile b/VideoChatSample/Podfile index f2f9be5..c02e6b2 100644 --- a/VideoChatSample/Podfile +++ b/VideoChatSample/Podfile @@ -5,7 +5,7 @@ platform :ios, '13.0' target 'VideoChatSample' do use_frameworks! - pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop' + pod 'Sora', '2023.3.0' # SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする # pod 'SwiftLint'