From 9b1e5d142e36255775c8d605cb0dab8aa9ece0ff Mon Sep 17 00:00:00 2001 From: miosakuma Date: Tue, 1 Oct 2024 18:27:36 +0900 Subject: [PATCH] =?UTF-8?q?iOS=2014=20=E3=81=AB=E3=81=82=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 8 ++++++++ Podfile | 2 +- README.md | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 96ad1fa..491c074 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,14 @@ ## develop +- [UPDATE] CocoaPods の platform の設定を 14.0 に上げる + - @miosakuma +- [UPDATE] システム条件を変更する + - iOS 14 以降 + - macOS 15.0 以降 + - Xcode 16.0 + - @miosakuma + ## sora-ios-sdk-2024.3.0 **リリース日**: 2024-09-06 diff --git a/Podfile b/Podfile index b60a6b2..a174035 100644 --- a/Podfile +++ b/Podfile @@ -1,7 +1,7 @@ source 'https://cdn.cocoapods.org/' source 'https://github.com/shiguredo/sora-ios-sdk-specs.git' -platform :ios, '13.0' +platform :ios, '14.0' target 'SoraQuickStart' do use_frameworks! diff --git a/README.md b/README.md index b1a5520..7f6dec6 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Please read https://github.com/shiguredo/oss before use. ## システム条件 -- iOS 13 以降 +- iOS 14 以降 - アーキテクチャ arm64 (シミュレーターの動作は未保証) -- macOS 14.6.1 以降 -- Xcode 15.4 +- macOS 15.0 以降 +- Xcode 16.0 - Swift 5.10 - CocoaPods 1.15.2 以降 - WebRTC SFU Sora 2024.1.0 以降