Skip to content

Commit 1716cbc

Browse files
committed
Restore watchOS support on podspec
1 parent cffbe4a commit 1716cbc

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)