Skip to content

Commit

Permalink
Merge pull request #28 from thiagobrez/feat-visionos
Browse files Browse the repository at this point in the history
feat: add visionOS support
  • Loading branch information
birkir authored Jun 12, 2024
2 parents b29c268 + 3727071 commit a857fea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions react-native-sfsymbols.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Pod::Spec.new do |s|
s.summary = package["description"]
s.authors = package["author"]
s.homepage = package["homepage"]
s.platforms = { :ios => "10.0", :tvos => "10.0" }

s.platforms = { :ios => "10.0", :tvos => "10.0", :visionos => "1.0" }

s.source = { :git => package["repository"]["url"], :tag => "v#{s.version}" }
s.source_files = "ios/*.{h,m}"
s.requires_arc = true

s.dependency "React"
end

0 comments on commit a857fea

Please sign in to comment.