ソースを参照

Update carthage lint

onevcat 6 年 前
コミット
9f72e4bc57
1 ファイル変更1 行追加1 行削除
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -38,7 +38,7 @@ platform :ios do
   
   desc "Lint"
   lane :lint do
-    carthage(command: "build", no_skip_current: true)
+    carthage(command: "build", no_skip_current: true, platform: "iOS")
     pod_lib_lint
   end