Skip to content

Commit

Permalink
fix: set pod target cpp version. dont modify users project (margelo#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Apr 23, 2024
1 parent 5aee01d commit 90a33a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions react-native-quick-crypto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ Pod::Spec.new do |s|

s.pod_target_xcconfig = {
"USE_HEADERMAP" => "YES",
"CLANG_CXX_LANGUAGE_STANDARD" => "c++20",
"HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Headers/Private/React-Core\" "
}
s.xcconfig = {
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/glog\" \"${PODS_ROOT}/Headers/Public/React-hermes\" \"${PODS_ROOT}/Headers/Public/hermes-engine\""
}

s.dependency "OpenSSL-Universal"
s.dependency "React-Core"
Expand Down

0 comments on commit 90a33a3

Please sign in to comment.