Skip to content

Commit

Permalink
Podfile の SwiftLint と SwiftFormat のコメントアウトを外す
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Oct 25, 2023
1 parent a666b65 commit e5eafe0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ platform :ios, '13.0'
target 'SoraQuickStart' do
use_frameworks!
pod 'Sora', :git => 'https://github.com/shiguredo/sora-ios-sdk.git', :branch => 'develop'
# SwiftLint, SwiftFormat/CLI が Swift 5.8 に対応していないため一時的にコメントアウトする
# pod 'SwiftLint'
# pod 'SwiftFormat/CLI'
pod 'SwiftLint'
pod 'SwiftFormat/CLI'

end

0 comments on commit e5eafe0

Please sign in to comment.