Skip to content

Commit

Permalink
iOS SDK 2022.6.0 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Sep 14, 2022
1 parent 584a35c commit e6ea2f5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@

## develop

## sora-ios-sdk-2022.6.0

- [UPDATE] システム条件を変更する
- アーキテクチャ から x86_64 を削除
- macOS 12.6 以降
- Xcode 14.0
- Swift 5.7
- CocoaPods 1.11.3 以降
- @miosakuma

## sora-ios-sdk-2022.5.0

- [UPDATE] システム条件を変更する
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'SoraQuickStart' do
use_frameworks!
pod 'Sora', '2022.5.0'
pod 'Sora', '2022.6.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Please read https://github.com/shiguredo/oss before use.
## システム条件

- iOS 13 以降
- アーキテクチャ arm64, x86_64 (シミュレーターの動作は未保証)
- macOS 12.3 以降
- Xcode 13.4.1
- Swift 5.6.1
- CocoaPods 1.11.2 以降
- アーキテクチャ arm64 (シミュレーターの動作は未保証)
- macOS 12.6 以降
- Xcode 14.0
- Swift 5.7
- CocoaPods 1.11.3 以降
- WebRTC SFU Sora 2022.1.1 以降

Xcode と Swift のバージョンによっては、 CocoaPods で取得できるバイナリに互換性がない可能性があります。詳しくは[ Sora iOS SDK ドキュメント](https://sora-ios-sdk.shiguredo.jp/) を参照してください。
Xcode と Swift のバージョンによっては、 CocoaPods で取得できるバイナリに互換性がない可能性があります。詳しくは[Sora iOS SDK ドキュメント](https://sora-ios-sdk.shiguredo.jp/) を参照してください。

## ビルド

Expand Down

0 comments on commit e6ea2f5

Please sign in to comment.