Skip to content

Commit

Permalink
Merge pull request #32 from shiguredo/feature/update-deployment-targe…
Browse files Browse the repository at this point in the history
…t-ios14

iOS 14 にあげる
  • Loading branch information
miosakuma authored Oct 4, 2024
2 parents a778d8c + 9b1e5d1 commit 3dae998
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 以降
Expand Down

0 comments on commit 3dae998

Please sign in to comment.