Skip to content

Commit 038d9fd

Browse files
committed
Merge branch 'dev-0.12'
2 parents b5f079e + e5e17be commit 038d9fd

File tree

13 files changed

+560
-343
lines changed

13 files changed

+560
-343
lines changed

dr-pogodin-react-native-static-server.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ Pod::Spec.new do |s|
101101
s.pod_target_xcconfig = {
102102
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
103103
"OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
104-
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
105104
}
106105
s.dependency "React-Codegen"
107106
s.dependency "RCT-Folly"
@@ -112,6 +111,7 @@ Pod::Spec.new do |s|
112111
end
113112

114113
s.pod_target_xcconfig = {
114+
"CLANG_CXX_LANGUAGE_STANDARD" => "c++20",
115115
"OTHER_LIBTOOLFLAGS" => $libToolFlags
116116
}
117117
end

0 commit comments

Comments
 (0)