Skip to content

Commit d3a20bd

Browse files
[main] - watchOS support is broken in cocoapods right now...waiting on CocoaPods release to fix the issue until then, no watchOS support for latest SwiftCurrent versions - TT
1 parent da35d87 commit d3a20bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SwiftCurrent.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
ss.ios.deployment_target = '11.0'
2222
ss.macos.deployment_target = '11.0'
2323
ss.tvos.deployment_target = '14.0'
24-
ss.watchos.deployment_target = '7.0'
24+
# ss.watchos.deployment_target = '7.0' # CocoaPods issue: https://github.com/CocoaPods/CocoaPods/issues/11558#issuecomment-1284573492
2525
ss.source_files = 'Sources/SwiftCurrent/**/*.{swift,h,m}'
2626
end
2727

@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
ss.ios.deployment_target = '11.0'
3737
ss.macos.deployment_target = '11.0'
3838
ss.tvos.deployment_target = '14.0'
39-
ss.watchos.deployment_target = '7.0'
39+
# ss.watchos.deployment_target = '7.0' # CocoaPods issue: https://github.com/CocoaPods/CocoaPods/issues/11558#issuecomment-1284573492
4040
ss.source_files = 'Sources/SwiftCurrent_SwiftUI/**/*.{swift,h,m}'
4141
ss.dependency 'SwiftCurrent/Core'
4242
end

0 commit comments

Comments
 (0)