From d8a89b3b848c65fef4660ef983040886f1dea960 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Thu, 25 Nov 2021 11:17:56 +0900 Subject: [PATCH] =?UTF-8?q?iOS=20SDK=202021.3.0=20=E3=83=AA=E3=83=AA?= =?UTF-8?q?=E3=83=BC=E3=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile | 10 +--------- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/Podfile b/Podfile index e17a4fd..4a4871f 100644 --- a/Podfile +++ b/Podfile @@ -5,14 +5,6 @@ platform :ios, '12.1' target 'SoraQuickStart' do use_frameworks! - pod 'Sora', '2021.2.1' + pod 'Sora', '2021.3.0' -# シミュレーターのビルド用の設定です。 arm64 を除いてビルドします。 -# Sora iOS SDK はシミュレーターでのビルドと動作をサポートしませんので、 -# あくまで参考例としてご利用ください。 -# -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" -# end end diff --git a/README.md b/README.md index 8823d35..8939e88 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Please read https://github.com/shiguredo/oss before use. - iOS 12.1 以降 - アーキテクチャ arm64, x86_64 (シミュレーターの動作は未保証) -- macOS 11.3 以降 -- Xcode 12.5 -- Swift 5.4 -- CocoaPods 1.10.1 以降 +- macOS 12.0 以降 +- Xcode 13.1 +- Swift 5.5 +- CocoaPods 1.11.2 以降 - WebRTC SFU Sora 2021.1 以降 Xcode と Swift のバージョンによっては、 Carthage と CocoaPods で取得できるバイナリに互換性がない可能性があります。詳しくは[ Sora iOS SDK ドキュメント](https://sora-ios-sdk.shiguredo.jp/) を参照してください。