Skip to content

Commit

Permalink
Merge branch 'release/sora-ios-sdk-2023.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Apr 7, 2023
2 parents 4472560 + f45c0be commit 8d98d69
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 37 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/data-channel-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
build:
runs-on: macos-12
env:
XCODE: /Applications/Xcode_13.4.1.app
XCODE_SDK: iphoneos15.5
XCODE: /Applications/Xcode_14.0.app
XCODE_SDK: iphoneos16.0
WORKSPACE: DataChannelSample
SCHEME: DataChannelSample
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
run: xcodebuild -version
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deco-streaming-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
build:
runs-on: macos-12
env:
XCODE: /Applications/Xcode_13.4.1.app
XCODE_SDK: iphoneos15.5
XCODE: /Applications/Xcode_14.0.app
XCODE_SDK: iphoneos16.0
WORKSPACE: DecoStreamingSample
SCHEME: DecoStreamingSample
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
run: xcodebuild -version
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/screencast-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
build:
runs-on: macos-12
env:
XCODE: /Applications/Xcode_13.4.1.app
XCODE_SDK: iphoneos15.5
XCODE: /Applications/Xcode_14.0.app
XCODE_SDK: iphoneos16.0
WORKSPACE: ScreenCastSample
SCHEME: ScreenCastSample
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
run: xcodebuild -version
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/simulcast-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
build:
runs-on: macos-12
env:
XCODE: /Applications/Xcode_13.4.1.app
XCODE_SDK: iphoneos15.5
XCODE: /Applications/Xcode_14.0.app
XCODE_SDK: iphoneos16.0
WORKSPACE: SimulcastSample
SCHEME: SimulcastSample
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
run: xcodebuild -version
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/spotlight-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
build:
runs-on: macos-12
env:
XCODE: /Applications/Xcode_13.4.1.app
XCODE_SDK: iphoneos15.5
XCODE: /Applications/Xcode_14.0.app
XCODE_SDK: iphoneos16.0
WORKSPACE: SpotlightSample
SCHEME: SpotlightSample
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
run: xcodebuild -version
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/video-chat-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
build:
runs-on: macos-12
env:
XCODE: /Applications/Xcode_13.4.1.app
XCODE_SDK: iphoneos15.5
XCODE: /Applications/Xcode_14.0.app
XCODE_SDK: iphoneos16.0
WORKSPACE: VideoChatSample
SCHEME: VideoChatSample
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
run: xcodebuild -version
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand Down
12 changes: 11 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,19 @@

## develop

## sora-ios-sdk-2023.1.0

- [CHANGE] システム条件を変更する
- macOS 13.3 以降
- Xcode 14.3
- Swift 5.8
- WebRTC SFU Sora 2022.2.0 以降
- CocoaPods 1.12.0 以降
- @miosakuma

## sora-ios-sdk-2022.6.0

- [UPDATE] システム条件を変更する
- [CHANGE] システム条件を変更する
- アーキテクチャ から x86_64 を削除
- macOS 12.6 以降
- Xcode 14.0
Expand Down
2 changes: 1 addition & 1 deletion DataChannelSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'DataChannelSample' do
use_frameworks!
pod 'Sora', '2022.6.0'
pod 'Sora', '2023.1.0'
pod 'SwiftLint'
pod 'SwiftFormat/CLI'
end
2 changes: 1 addition & 1 deletion DecoStreamingSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'DecoStreamingSample' do
use_frameworks!
pod 'Sora', '2022.6.0'
pod 'Sora', '2023.1.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 @@ -18,11 +18,11 @@ Please read https://github.com/shiguredo/oss before use.

- iOS 13 以降
- アーキテクチャ arm64 (シミュレーターの動作は未保証)
- macOS 12.6 以降
- Xcode 14.0
- Swift 5.7
- CocoaPods 1.11.3 以降
- WebRTC SFU Sora 2022.1.1 以降
- macOS 13.3 以降
- Xcode 14.3
- Swift 5.8
- CocoaPods 1.12.0 以降
- WebRTC SFU Sora 2022.2.0 以降

Xcode と Swift のバージョンによっては、 CocoaPods で取得できるバイナリに互換性がない可能性があります。

Expand Down Expand Up @@ -70,7 +70,7 @@ Apache License 2.0

```
Copyright 2017-2018, Masashi Ono (akisute)
Copyright 2017-2022, Shiguredo Inc.
Copyright 2017-2023, Shiguredo Inc.
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion ScreenCastSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'ScreenCastSample' do
use_frameworks!
pod 'Sora', '2022.6.0'
pod 'Sora', '2023.1.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down
2 changes: 1 addition & 1 deletion SimulcastSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'SimulcastSample' do
use_frameworks!
pod 'Sora', '2022.6.0'
pod 'Sora', '2023.1.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down
2 changes: 1 addition & 1 deletion SpotlightSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'SpotlightSample' do
use_frameworks!
pod 'Sora', '2022.6.0'
pod 'Sora', '2023.1.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down
2 changes: 1 addition & 1 deletion VideoChatSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '13.0'

target 'VideoChatSample' do
use_frameworks!
pod 'Sora', '2022.6.0'
pod 'Sora', '2023.1.0'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
Expand Down

0 comments on commit 8d98d69

Please sign in to comment.