Skip to content

Commit

Permalink
Merge branch 'release/sora-ios-sdk-2022.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Aug 4, 2022
2 parents 77a0a20 + 9391422 commit f4f5a59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@

## develop

## sora-ios-sdk-2022.5.0

- [UPDATE] システム条件を変更する
- macOS 12.3 以降
- Xcode 13.4.1
- @miosakuma

## sora-ios-sdk-2022.4.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.4.0'
pod 'Sora', '2022.5.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Please read https://github.com/shiguredo/oss before use.
- iOS 13 以降
- アーキテクチャ arm64, x86_64 (シミュレーターの動作は未保証)
- macOS 12.3 以降
- Xcode 13.4
- Xcode 13.4.1
- Swift 5.6.1
- CocoaPods 1.11.2 以降
- WebRTC SFU Sora 2022.1 以降
- WebRTC SFU Sora 2022.1.1 以降

Xcode と Swift のバージョンによっては、 Carthage と 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 f4f5a59

Please sign in to comment.