From e5eafe0c7338f3002f2a0e2a6140e53e0aa0cf1c Mon Sep 17 00:00:00 2001 From: miosakuma Date: Wed, 25 Oct 2023 17:06:06 +0900 Subject: [PATCH] =?UTF-8?q?Podfile=20=E3=81=AE=20SwiftLint=20=E3=81=A8=20S?= =?UTF-8?q?wiftFormat=20=E3=81=AE=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E3=82=A2=E3=82=A6=E3=83=88=E3=82=92=E5=A4=96=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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