mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
Exclude macos files on tvOS
This commit is contained in:
@@ -13,6 +13,7 @@ Pod::Spec.new do |s|
|
||||
s.source = { :git => 'https://github.com/react-native-community/react-native-svg.git', :tag => "v#{s.version}" }
|
||||
s.source_files = 'apple/**/*.{h,m}'
|
||||
s.ios.exclude_files = '**/*.macos.{h,m}'
|
||||
s.tvos.exclude_files = '**/*.macos.{h,m}'
|
||||
s.osx.exclude_files = '**/*.ios.{h,m}'
|
||||
s.requires_arc = true
|
||||
s.dependency 'React'
|
||||
|
||||
Reference in New Issue
Block a user