Skip to content

Commit

Permalink
iOS SDK 2021.3.0 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Nov 25, 2021
1 parent fad3c8a commit d8a89b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
10 changes: 1 addition & 9 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ platform :ios, '12.1'

target 'SoraQuickStart' do
use_frameworks!
pod 'Sora', '2021.2.1'
pod 'Sora', '2021.3.0'

# シミュレーターのビルド用の設定です。 arm64 を除いてビルドします。
# Sora iOS SDK はシミュレーターでのビルドと動作をサポートしませんので、
# あくまで参考例としてご利用ください。
#
# post_install do |installer|
# installer.pods_project.build_configurations.each do |config|
# config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
# end
end
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Please read https://github.com/shiguredo/oss before use.

- iOS 12.1 以降
- アーキテクチャ arm64, x86_64 (シミュレーターの動作は未保証)
- macOS 11.3 以降
- Xcode 12.5
- Swift 5.4
- CocoaPods 1.10.1 以降
- macOS 12.0 以降
- Xcode 13.1
- Swift 5.5
- CocoaPods 1.11.2 以降
- WebRTC SFU Sora 2021.1 以降

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

0 comments on commit d8a89b3

Please sign in to comment.