Skip to content

Commit 3c0ccaa

Browse files
committed
v0.12.0: iOS updates
1 parent 84b1947 commit 3c0ccaa

File tree

4 files changed

+248
-246
lines changed

4 files changed

+248
-246
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)