Skip to content

Commit 83d4f70

Browse files
committed
excluded files for macOS and watchOS
1 parent 4c3adb4 commit 83d4f70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Mechanica.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ Pod::Spec.new do |s|
1313
s.tvos.deployment_target = '10.0'
1414
s.watchos.deployment_target = '3.0'
1515
s.source_files = 'Sources/*.swift', 'Sources/*.{h,m}'
16-
s.watchos.exclude_files = 'Sources/Storyboard.swift', 'Sources/Nib.swift'
16+
s.osx.exclude_files = 'Sources/UIKit/*.swift'
17+
s.watchos.exclude_files = 'Sources/Interface Builder/Storyboard.swift', 'Sources/Interface Builder/Nib.swift', 'Sources/UIKit/*.swift'
1718
end

0 commit comments

Comments
 (0)