diff --git a/CHANGES.md b/CHANGES.md index 77f9192..c07632e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 に対応できていないため diff --git a/DataChannelSample/Podfile b/DataChannelSample/Podfile index e6e935b..b3e6e59 100644 --- a/DataChannelSample/Podfile +++ b/DataChannelSample/Podfile @@ -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' diff --git a/DecoStreamingSample/Podfile b/DecoStreamingSample/Podfile index 16ca7b3..ba3f7d2 100644 --- a/DecoStreamingSample/Podfile +++ b/DecoStreamingSample/Podfile @@ -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' diff --git a/ScreenCastSample/Podfile b/ScreenCastSample/Podfile index 5df9958..a711c33 100644 --- a/ScreenCastSample/Podfile +++ b/ScreenCastSample/Podfile @@ -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' diff --git a/SimulcastSample/Podfile b/SimulcastSample/Podfile index 6d62a68..b9459c9 100644 --- a/SimulcastSample/Podfile +++ b/SimulcastSample/Podfile @@ -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' diff --git a/SpotlightSample/Podfile b/SpotlightSample/Podfile index 10ae6f3..c2b4425 100644 --- a/SpotlightSample/Podfile +++ b/SpotlightSample/Podfile @@ -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' diff --git a/VideoChatSample/Podfile b/VideoChatSample/Podfile index c02e6b2..2aa57ca 100644 --- a/VideoChatSample/Podfile +++ b/VideoChatSample/Podfile @@ -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'