From 621fa937c9540e92b371bd564b400f7e9aaf5117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Mon, 18 Apr 2022 17:44:49 +0400 Subject: [PATCH] Add support for react-native-macos --- RNSecureRandom.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RNSecureRandom.podspec b/RNSecureRandom.podspec index aaae1a9..b10f938 100644 --- a/RNSecureRandom.podspec +++ b/RNSecureRandom.podspec @@ -10,7 +10,8 @@ Pod::Spec.new do |s| s.homepage = package["homepage"] s.license = package["license"] s.author = { "Rob Hogan" => "npm@rhogan.net" } - s.platform = :ios, "7.0" + s.platform = :ios, "7.0", :osx, "10.9" + s.osx.deployment_target = "10.9" s.source = { :git => "https://github.com/rh389/react-native-securerandom.git", :tag => "master" } s.source_files = "ios/RNSecureRandom.{h,m}" s.requires_arc = true