Skip to content

Commit

Permalink
iOS SDK 2022.3.0 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Jun 10, 2022
1 parent 0ddaccc commit 43ed661
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

## develop

## sora-ios-sdk-2022.3.0

- [ADD] 接続失敗時とサーバーによる切断時にエラー内容をアラートで表示する
- @szktty

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', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop'
pod 'Sora', '2022.3.0'

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

Expand Down

0 comments on commit 43ed661

Please sign in to comment.