Skip to content

Commit

Permalink
Merge branch 'release/sora-ios-sdk-2025.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Jan 23, 2025
2 parents 40beb99 + dbe5b4d commit 4680414
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@

## develop

## sora-ios-sdk-2025.1.1

**リリース日**: 2025-01-23

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

## sora-ios-sdk-2025.1.0

**リリース日**: 2025-01-21
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, '14.0'

target 'DataChannelSample' do
use_frameworks!
pod 'Sora', '2025.1.0'
pod 'Sora', '2025.1.1'
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, '14.0'

target 'DecoStreamingSample' do
use_frameworks!
pod 'Sora', '2025.1.0'
pod 'Sora', '2025.1.1'

pod 'SwiftLint'
pod 'SwiftFormat/CLI'
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, '14.0'

target 'ScreenCastSample' do
use_frameworks!
pod 'Sora', '2025.1.0'
pod 'Sora', '2025.1.1'

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, '14.0'

target 'SimulcastSample' do
use_frameworks!
pod 'Sora', '2025.1.0'
pod 'Sora', '2025.1.1'

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, '14.0'

target 'SpotlightSample' do
use_frameworks!
pod 'Sora', '2025.1.0'
pod 'Sora', '2025.1.1'

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, '14.0'

target 'VideoChatSample' do
use_frameworks!
pod 'Sora', '2025.1.0'
pod 'Sora', '2025.1.1'

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

0 comments on commit 4680414

Please sign in to comment.