diff --git a/Podfile b/Podfile index 0810cbb..c99645e 100644 --- a/Podfile +++ b/Podfile @@ -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