Skip to content

Commit

Permalink
fix: visionOS support (#2218)
Browse files Browse the repository at this point in the history
This PR fixes the following errors when compiling for visionOS:

Unknown type name 'NSColor'
  • Loading branch information
tomekzaw committed Feb 5, 2024
1 parent 615f0c6 commit 871549c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RNSVG.podspec
Expand Up @@ -15,6 +15,7 @@ Pod::Spec.new do |s|
s.source_files = 'apple/**/*.{h,m,mm}'
s.ios.exclude_files = '**/*.macos.{h,m,mm}'
s.tvos.exclude_files = '**/*.macos.{h,m,mm}'
s.visionos.exclude_files = '**/*.macos.{h,m,mm}'
s.osx.exclude_files = '**/*.ios.{h,m,mm}'
s.requires_arc = true

Expand Down

0 comments on commit 871549c

Please sign in to comment.