From 4a34037e185ea4f4faf21c29725a5a035c53ef9a Mon Sep 17 00:00:00 2001 From: Jakub Piasecki Date: Wed, 17 Jan 2024 16:22:38 +0100 Subject: [PATCH] Update react-native-key-command.podspec --- react-native-key-command.podspec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/react-native-key-command.podspec b/react-native-key-command.podspec index 05b3132..83fa975 100644 --- a/react-native-key-command.podspec +++ b/react-native-key-command.podspec @@ -16,15 +16,5 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm}" - s.dependency "React-Core" - - # Don't install the dependencies when we run `pod install` in the old architecture. - if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then - s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1" - s.pod_target_xcconfig = { - "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"", - "CLANG_CXX_LANGUAGE_STANDARD" => "c++17" - } - - install_modules_dependencies(s) + install_modules_dependencies(s) end