Skip to content

Commit

Permalink
Update carthage lint
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Nov 30, 2019
1 parent e594d4f commit 1f4b138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f4b138

Please sign in to comment.