Skip to content

Commit a170bac

Browse files
authored
feat: add visionOS support (#1063)
1 parent 990b6f2 commit a170bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/default-storage/RNCAsyncStorage.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/boost" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/RCT-Folly"',
2424
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17',
2525
}
26-
s.platforms = { ios: '13.4', tvos: '11.0', :osx => "10.15" }
26+
s.platforms = { ios: '13.4', tvos: '11.0', :osx => "10.15", :visionos => "1.0" }
2727
s.compiler_flags = folly_compiler_flags + ' -DRCT_NEW_ARCH_ENABLED=1'
2828

2929
if respond_to?(:install_modules_dependencies, true)
@@ -37,7 +37,7 @@ Pod::Spec.new do |s|
3737
s.dependency "ReactCommon/turbomodule/core"
3838
end
3939
else
40-
s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" }
40+
s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14", :visionos => "1.0" }
4141

4242
s.dependency "React-Core"
4343
end

0 commit comments

Comments
 (0)