浏览代码

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