From aa51e7e529a16843366002f52d1b5cd4a788df15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Thu, 4 Jan 2024 13:37:51 +0100 Subject: [PATCH] Remove RCT-Folly version hardcoding (#289) --- react-native-geolocation.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react-native-geolocation.podspec b/react-native-geolocation.podspec index a319e73..1501e83 100644 --- a/react-native-geolocation.podspec +++ b/react-native-geolocation.podspec @@ -1,7 +1,6 @@ require 'json' package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) -folly_version = '2021.07.22.00' folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32' Pod::Spec.new do |s| @@ -28,7 +27,7 @@ Pod::Spec.new do |s| } s.dependency "React-Codegen" - s.dependency "RCT-Folly", folly_version + s.dependency "RCT-Folly" s.dependency "RCTRequired" s.dependency "RCTTypeSafety" s.dependency "ReactCommon/turbomodule/core"