Skip to content

Commit

Permalink
Sora iOS SDK 2024.2.0 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Apr 23, 2024
1 parent 3369355 commit 858eb9c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

## develop

## sora-ios-sdk-2024.2.0

- [UPDATE] Github Actions を actions/cache@v4 にあげる
- @miosakuma
- [UPDATE] Github Actions を macos-14 にあげる
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', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop'
pod 'Sora', '2024.2.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', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop'
pod 'Sora', '2024.2.0'

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

target 'ScreenCastSample' do
use_frameworks!
pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop'
pod 'Sora', '2024.2.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', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop'
pod 'Sora', '2024.2.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', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop'
pod 'Sora', '2024.2.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', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop'
pod 'Sora', '2024.2.0'

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

0 comments on commit 858eb9c

Please sign in to comment.