Skip to content

Commit

Permalink
Merge branch 'release/sora-ios-sdk-2022.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Sep 14, 2022
2 parents f4f5a59 + e6ea2f5 commit 5603a97
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:

jobs:
build:
runs-on: macOS-latest
runs-on: macos-12
env:
XCODE: /Applications/Xcode_13.2.1.app
XCODE_SDK: iphoneos15.2
XCODE: /Applications/Xcode_13.4.1.app
XCODE_SDK: iphoneos15.5
steps:
- uses: actions/checkout@v2
- name: Select Xcode Version
Expand Down
14 changes: 12 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# 変更履歴

- CHANGE
- 下位互換のない変更
- UPDATE
- 下位互換がある変更
- ADD
- 下位互換がある追加
- CHANGE
- 下位互換のない変更
- FIX
- バグ修正

## 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 5603a97

Please sign in to comment.