Skip to content

Commit

Permalink
Merge branch 'dev-0.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Mar 18, 2024
2 parents b5f079e + e5e17be commit 038d9fd
Show file tree
Hide file tree
Showing 13 changed files with 560 additions and 343 deletions.
2 changes: 1 addition & 1 deletion dr-pogodin-react-native-static-server.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = {
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
"OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
}
s.dependency "React-Codegen"
s.dependency "RCT-Folly"
Expand All @@ -112,6 +111,7 @@ Pod::Spec.new do |s|
end

s.pod_target_xcconfig = {
"CLANG_CXX_LANGUAGE_STANDARD" => "c++20",
"OTHER_LIBTOOLFLAGS" => $libToolFlags
}
end
Loading

0 comments on commit 038d9fd

Please sign in to comment.