Skip to content

Commit

Permalink
Disable watchOS in podspec, results in lint error CocoaPods/CocoaPods…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Nov 28, 2022
1 parent de9453e commit 6a6b0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = '10.15'
spec.ios.deployment_target = '11'
spec.tvos.deployment_target = '11'
spec.watchos.deployment_target = '4'
#spec.watchos.deployment_target = '4'

spec.preserve_paths = "rswift"
spec.source_files = "Sources/RswiftResources/**/*.swift"
Expand Down

0 comments on commit 6a6b0a7

Please sign in to comment.