Skip to content

Commit

Permalink
Update react-native-key-command.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki authored Jan 17, 2024
1 parent 58bf6a6 commit 4a34037
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions react-native-key-command.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a34037

Please sign in to comment.