Skip to content

Commit

Permalink
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
1 parent 65858a9 commit be5f9ab
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@

## 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 に対応できていないため
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', '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 be5f9ab

Please sign in to comment.