Skip to content

Commit

Permalink
Merge branch 'release/sora-ios-sdk-2023.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Aug 1, 2023
2 parents aefbae8 + 4c2005b commit 016e3f3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 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-2023.2.0

- [UPDATE] システム条件を変更する
- macOS 13.4.1 以降
- Xcode 14.3.1
- Swift 5.8.1
- CocoaPods 1.12.1 以降
- WebRTC SFU Sora 2023.1.0 以降
- @miosakuma

## sora-ios-sdk-2023.1.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', '2023.1.0'
pod 'Sora', '2023.2.0'
pod 'SwiftLint'
pod 'SwiftFormat/CLI'

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Please read https://github.com/shiguredo/oss before use.

- iOS 13 以降
- アーキテクチャ arm64 (シミュレーターの動作は未保証)
- macOS 13.3 以降
- Xcode 14.3
- Swift 5.8
- CocoaPods 1.12.0 以降
- WebRTC SFU Sora 2022.1.1 以降
- macOS 13.4.1 以降
- Xcode 14.3.1
- Swift 5.8.1
- CocoaPods 1.12.1. 以降
- WebRTC SFU Sora 2023.1.0 以降

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

Expand Down

0 comments on commit 016e3f3

Please sign in to comment.