Skip to content

Commit

Permalink
Merge branch 'release/sora-ios-sdk-2023.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Oct 24, 2023
2 parents 6af81cb + be5f9ab commit e765543
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/data-channel-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
WORKSPACE: DataChannelSample
SCHEME: DataChannelSample
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deco-streaming-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
WORKSPACE: DecoStreamingSample
SCHEME: DecoStreamingSample
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/screencast-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
WORKSPACE: ScreenCastSample
SCHEME: ScreenCastSample
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simulcast-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
WORKSPACE: SimulcastSample
SCHEME: SimulcastSample
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotlight-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
WORKSPACE: SpotlightSample
SCHEME: SpotlightSample
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/video-chat-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
WORKSPACE: VideoChatSample
SCHEME: VideoChatSample
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Select Xcode Version
run: sudo xcode-select -s '${{ env.XCODE }}/Contents/Developer'
- name: Show Xcode Version
Expand Down
115 changes: 60 additions & 55 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,111 +1,116 @@
# 変更履歴

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

## develop

## sora-ios-sdk-2023.3.0
## sora-ios-sdk-2023.3.1

- [UPDATE] Sora iOS SDK を 2023.3.1 にあげる
- @miosakuma

## sora-ios-sdk-2023.3.1

- [UPDATE] SwiftLint, SwiftFormat/CLI を一時的にコメントアウトする
- SwiftLint, SwiftFormat/CLI が Swift Swift 5.9 に対応できていないため
- 対応が完了したら戻す
- @miosakuma
- SwiftLint, SwiftFormat/CLI が Swift Swift 5.9 に対応できていないため
- 対応が完了したら戻す
- @miosakuma
- [FIX] VideoChatSample で signalingConnectMetadata が設定できない不具合を修正
- @miosakuma
- @miosakuma

## sora-ios-sdk-2023.2.0

- [ADD] DataChannelSample の映像コーデックに AV1 を追加する
- @miosakuma
- @miosakuma
- [ADD] DecoStreamingSample の映像コーデックに AV1 を追加する
- @miosakuma
- @miosakuma
- [ADD] ScreenCastSample の映像コーデックに AV1 を追加する
- @miosakuma
- @miosakuma
- [ADD] SimulcastSample の映像コーデックに VP9 と AV1 を追加する
- @miosakuma
- @miosakuma
- [ADD] VideoChatSample の映像コーデックに AV1 を追加する
- @miosakuma
- @miosakuma
- [ADD] VideoChatSample に映像コーデックプロファイル設定を追加する
- @miosakuma
- @miosakuma
- [UPDATE] システム条件を変更する
- macOS 13.4.1 以降
- Xcode 14.3.1
- Swift 5.8.1
- WebRTC SFU Sora 2023.1.0 以降
- CocoaPods 1.12.1 以降
- @miosakuma
- macOS 13.4.1 以降
- Xcode 14.3.1
- Swift 5.8.1
- WebRTC SFU Sora 2023.1.0 以降
- CocoaPods 1.12.1 以降
- @miosakuma
- [FIX] ScreenCastSample の H.264 の映像が送信されない不具合を修正する
- 画像を半分にリサイズしてエンコード可能なサイズとする
- @szktty
- 画像を半分にリサイズしてエンコード可能なサイズとする
- @szktty

## sora-ios-sdk-2023.1.0

- [UPDATE] システム条件を変更する
- macOS 13.3 以降
- Xcode 14.3
- Swift 5.8
- WebRTC SFU Sora 2022.2.0 以降
- CocoaPods 1.12.0 以降
- @miosakuma
- 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

- [CHANGE] システム条件を変更する
- アーキテクチャ から x86_64 を削除
- macOS 12.6 以降
- Xcode 14.0
- Swift 5.7
- CocoaPods 1.11.3 以降
- @miosakuma
- アーキテクチャ から x86_64 を削除
- macOS 12.6 以降
- Xcode 14.0
- Swift 5.7
- CocoaPods 1.11.3 以降
- @miosakuma

## sora-ios-sdk-2022.5.0

- [UPDATE] システム条件を変更する
- WebRTC SFU Sora 2022.1.1 以降
- Xcode 13.4.1
- @miosakuma
- WebRTC SFU Sora 2022.1.1 以降
- Xcode 13.4.1
- @miosakuma
- [FIX] DecoStreamingSample の iOS 14 初期に発生していたクラッシュ不具合の暫定処理を削除
- iOS 14.6 で問題が解消されていたため当初の処理に戻す
- @szktty
- iOS 14.6 で問題が解消されていたため当初の処理に戻す
- @szktty

## sora-ios-sdk-2022.4.0

- [UPDATE] システム条件を変更する
- macOS 12.3 以降
- WebRTC SFU Sora 2022.1.0 以降
- @miosakuma
- macOS 12.3 以降
- WebRTC SFU Sora 2022.1.0 以降
- @miosakuma
- [ADD] VideoChatSample, SimulcastSample, SpotlightSample で bundle_id を設定する
- @enm10k
- @enm10k
- [ADD] SpotlightSample の映像コーデックに VP9 を追加する
- @enm10k
- @enm10k
- [ADD] SpotlightSample サイマルキャストの有効・無効を切り替える設定を追加する
- @enm10k
- @enm10k

## sora-ios-sdk-2022.3.0

- [UPDATE] DecoStreamingSample をマルチストリームにする
- @szktty
- @szktty
- [UPDATE] ScreenCastSample をマルチストリームにする
- @miosakuma
- @miosakuma
- [ADD] サーバから切断されたとき接続前の状態に戻る
- @szktty
- @szktty
- [CHANGE] RealTimeStreamingSample を廃止する
- @miosakuma
- @miosakuma

## sora-ios-sdk-2022.2.0

- [UPDATE] Github Actions でのビルド処理で利用する Podfile を Podfile.dev からPodfile に変更する
- @miosakuma
- [UPDATE] Github Actions でのビルド処理で利用する Podfile を Podfile.dev から Podfile に変更する
- @miosakuma
- [UPDATE] Environment.example.swift に signalingConnectMetadata を追加する
- @miosakuma
- @miosakuma
- [ADD] DataChannelSample の追加する
- @szktty
- @szktty
- [FIX] 接続ボタンを連打された際に複数の接続が作成される不具合を修正する
- @szktty, @miosakuma
- @szktty, @miosakuma
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', '2023.3.0'
pod 'Sora', '2023.3.1'
# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする
# pod 'SwiftLint'
# pod 'SwiftFormat/CLI'
Expand Down
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', '2023.3.0'
pod 'Sora', '2023.3.1'

# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする
# pod 'SwiftLint'
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', '2023.3.0'
pod 'Sora', '2023.3.1'

# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする
# pod 'SwiftLint'
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', '2023.3.0'
pod 'Sora', '2023.3.1'

# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする
# pod 'SwiftLint'
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', '2023.3.0'
pod 'Sora', '2023.3.1'

# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする
# pod 'SwiftLint'
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', '2023.3.0'
pod 'Sora', '2023.3.1'

# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする
# pod 'SwiftLint'
Expand Down

0 comments on commit e765543

Please sign in to comment.