From a170baced0265e197dc7c6659ee963efbc0418a6 Mon Sep 17 00:00:00 2001 From: Thiago Brezinski Date: Thu, 15 Feb 2024 21:58:18 +0000 Subject: [PATCH] feat: add visionOS support (#1063) --- packages/default-storage/RNCAsyncStorage.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/default-storage/RNCAsyncStorage.podspec b/packages/default-storage/RNCAsyncStorage.podspec index 3cdf3d3b..95085c49 100644 --- a/packages/default-storage/RNCAsyncStorage.podspec +++ b/packages/default-storage/RNCAsyncStorage.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/boost" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/RCT-Folly"', 'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17', } - s.platforms = { ios: '13.4', tvos: '11.0', :osx => "10.15" } + s.platforms = { ios: '13.4', tvos: '11.0', :osx => "10.15", :visionos => "1.0" } s.compiler_flags = folly_compiler_flags + ' -DRCT_NEW_ARCH_ENABLED=1' if respond_to?(:install_modules_dependencies, true) @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end else - s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" } + s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14", :visionos => "1.0" } s.dependency "React-Core" end