From 3727071f83ebf9fde8cc64b4c60167eee0af02e7 Mon Sep 17 00:00:00 2001 From: Thiago Brezinski Date: Mon, 18 Mar 2024 00:19:31 +0000 Subject: [PATCH] feat: add visionOS support --- react-native-sfsymbols.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/react-native-sfsymbols.podspec b/react-native-sfsymbols.podspec index fff1233..b4698f7 100644 --- a/react-native-sfsymbols.podspec +++ b/react-native-sfsymbols.podspec @@ -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