Преглед на файлове

Podfile: Add debug configuration for SwiftLint

Kevin Bettin преди 7 години
родител
ревизия
51f0368a36
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      Podfile

+ 3 - 1
Podfile

@@ -10,7 +10,9 @@ def shared_pods
   pod 'VLC-WhiteRaccoon'
   pod 'VLC-LiveSDK', '5.7.0x'
   pod 'ObjectiveDropboxOfficial', :git => 'git://github.com/carolanitz/dropbox-sdk-obj-c.git' #update ios platform version
-  pod 'SwiftLint', '~> 0.25.0'
+
+  # debug
+  pod 'SwiftLint', '~> 0.25.0', :configurations => ['Debug']
 end
 
 target 'VLC-iOS' do