Skip to content

Commit

Permalink
Merge branch 'release/sora-ios-sdk-2024.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Feb 26, 2024
2 parents e3e0f6b + 4b75d00 commit c12da94
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY= \
PROVISIONING_PROFILE=
# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする
#- name: Check uncommitted unformatted code
# run: |
# ./lint-format.sh
- name: Check uncommitted unformatted code
run: |
./lint-format.sh
release:
if: contains(github.ref, 'tags/v')
needs: [build]
Expand Down
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-2024.1.0

- [UPDATE] システム条件を変更する
- macOS 14.3.1 以降
- WebRTC SFU Sora 2023.2.0 以降
- Xcode 15.2
- Swift 5.9.2
- CocoaPods 1.15.2 以降
- @miosakuma

## sora-ios-sdk-2023.3.1

- [UPDATE] Sora iOS SDK を 2023.3.1 にあげる
Expand Down
7 changes: 3 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ platform :ios, '13.0'

target 'SoraQuickStart' do
use_frameworks!
pod 'Sora', '2023.3.1'
# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする
# pod 'SwiftLint'
# pod 'SwiftFormat/CLI'
pod 'Sora', '2024.1.0'
pod 'SwiftLint'
pod 'SwiftFormat/CLI'

end
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.4.1 以降
- Xcode 14.3.1
- Swift 5.8.1
- CocoaPods 1.12.1. 以降
- WebRTC SFU Sora 2023.1.0 以降
- macOS 14.3.1 以降
- Xcode 15.2
- Swift 5.9.2
- CocoaPods 1.15.2 以降
- WebRTC SFU Sora 2023.2.0 以降

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

Expand Down

0 comments on commit c12da94

Please sign in to comment.