Skip to content

Commit f787e79

Browse files
committed
Re-enable watchOS support in CocoaPods
1 parent dbeb112 commit f787e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |spec|
2727
spec.osx.deployment_target = '10.15'
2828
spec.ios.deployment_target = '11'
2929
spec.tvos.deployment_target = '11'
30-
#spec.watchos.deployment_target = '4'
30+
spec.watchos.deployment_target = '4'
3131

3232
spec.preserve_paths = "rswift"
3333
spec.source_files = "Sources/RswiftResources/**/*.swift"

0 commit comments

Comments
 (0)