Skip to content

Commit

Permalink
Exclude watchOS from pod lib lint due to Cocoapods bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed May 6, 2023
1 parent 4b5f1fa commit f99a946
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 @@ -20,7 +20,7 @@ platform :ios do

desc 'Cocoapods library lint'
lane :pod_lint do
pod_lib_lint(verbose: false, allow_warnings: true)
pod_lib_lint(verbose: false, allow_warnings: true, platforms: 'ios,osx,tvos')
end

desc 'Runs all the tests in a CI environment'
Expand Down

0 comments on commit f99a946

Please sign in to comment.