Skip to content

Commit

Permalink
Merge pull request #38 from j-piasecki/patch-2
Browse files Browse the repository at this point in the history
Fix podspec
  • Loading branch information
mountiny authored Jan 17, 2024
2 parents 58bf6a6 + 4a34037 commit 8e28ccf
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 8e28ccf

Please sign in to comment.