Skip to content

Commit bb2089d

Browse files
committed
Removed Control+Action from watchOS target
1 parent 4eb380d commit bb2089d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Action.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.dependency "RxSwift", "~> 3.4"
2424
s.dependency "RxCocoa", "~> 3.4"
2525

26-
s.watchos.exclude_files = "Button+Action.swift", "UIBarButtonItem+Action.swift", "UIAlertAction+Action.swift"
26+
s.watchos.exclude_files = "Control+Action.swift", "Button+Action.swift", "UIBarButtonItem+Action.swift", "UIAlertAction+Action.swift"
2727
s.osx.exclude_files = "UIBarButtonItem+Action.swift", "UIAlertAction+Action.swift"
2828
s.tvos.exclude_files = "UIBarButtonItem+Action.swift", "UIAlertAction+Action.swift"
2929
end

0 commit comments

Comments
 (0)