Skip to content

Commit

Permalink
Re-enable watchOS support in CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Mar 5, 2023
1 parent dbeb112 commit f787e79
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 f787e79

Please sign in to comment.