From c31a1310d7705311b5c35e8ec2926fc981b9a0f3 Mon Sep 17 00:00:00 2001 From: Thiago Brezinski Date: Sun, 18 Feb 2024 00:09:14 +0000 Subject: [PATCH] feat: add visionOS support --- react-native-get-random-values.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-get-random-values.podspec b/react-native-get-random-values.podspec index f7075eb..ecb16c5 100644 --- a/react-native-get-random-values.podspec +++ b/react-native-get-random-values.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/LinusU/react-native-get-random-values" s.license = "MIT" s.authors = { "Linus Unnebäck" => "linus@folkdatorn.se" } - s.platforms = { :ios => "9.0", :tvos => "9.0", :osx => "10.14" } + s.platforms = { :ios => "9.0", :tvos => "9.0", :osx => "10.14", :visionos => "1.0" } s.source = { :git => "https://github.com/LinusU/react-native-get-random-values.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m,swift}"