Skip to content

Commit b77948e

Browse files
Kudofacebook-github-bot
authored andcommitted
Upgrade folly to 2021.06.28.00 and boost to 1.76.0 (#31840)
Summary: 1. [ios] upgrade folly to 2021.06.28.00 which aligned to android. 2. folly compile setting from c++14 -> c++17: _this folly requires c++17 for `std::unordered_map::insert_or_assign`._ 3. boost 1.63.0 -> 1.76.0: _the old boost does not support c++17._ 4. deprecating react-native-community/boost-for-react-native: _by cocoapods installer, we could download the official target._ ## Changelog [iOS] [Changed] - Upgrade folly to 2021.06.28.00 and boost to 1.76.0 Pull Request resolved: #31840 Test Plan: CI passed Reviewed By: fkgozali Differential Revision: D29668480 Pulled By: yungsters fbshipit-source-id: 98eae9ca47f489dcea91974e6f5e9dcb4d66c40c
1 parent 1465c8f commit b77948e

29 files changed

+173
-146
lines changed

Libraries/Blob/React-RCTBlob.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121

2222
Pod::Spec.new do |s|
2323
s.name = "React-RCTBlob"

Libraries/Image/React-RCTImage.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121

2222
Pod::Spec.new do |s|
2323
s.name = "React-RCTImage"

Libraries/LinkingIOS/React-RCTLinking.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121

2222
Pod::Spec.new do |s|
2323
s.name = "React-RCTLinking"

Libraries/NativeAnimation/React-RCTAnimation.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121

2222
Pod::Spec.new do |s|
2323
s.name = "React-RCTAnimation"

Libraries/Network/React-RCTNetwork.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121

2222
Pod::Spec.new do |s|
2323
s.name = "React-RCTNetwork"

Libraries/PushNotificationIOS/React-RCTPushNotification.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121

2222
Pod::Spec.new do |s|
2323
s.name = "React-RCTPushNotification"

Libraries/Settings/React-RCTSettings.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121

2222
Pod::Spec.new do |s|
2323
s.name = "React-RCTSettings"

Libraries/TypeSafety/RCTTypeSafety.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121

2222
Pod::Spec.new do |s|
2323
s.name = "RCTTypeSafety"

Libraries/Vibration/React-RCTVibration.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121

2222
Pod::Spec.new do |s|
2323
s.name = "React-RCTVibration"

React-Core.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
header_subspecs = {
@@ -48,7 +48,7 @@ Pod::Spec.new do |s|
4848
s.header_dir = "React"
4949
s.framework = "JavaScriptCore"
5050
s.library = "stdc++"
51-
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/React-hermes\" \"${PODS_ROOT}/Headers/Public/hermes-engine\"", "DEFINES_MODULE" => "YES" }
51+
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/React-hermes\" \"${PODS_ROOT}/Headers/Public/hermes-engine\"", "DEFINES_MODULE" => "YES" }
5252
s.user_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/Headers/Private/React-Core\""}
5353
s.default_subspec = "Default"
5454

React/CoreModules/React-CoreModules.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121

2222
Pod::Spec.new do |s|
2323
s.name = "React-CoreModules"

React/FBReactNativeSpec/FBReactNativeSpec.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
end
1919

2020
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
21-
folly_version = '2021.04.26.00'
21+
folly_version = '2021.06.28.00'
2222

2323
Pod::Spec.new do |s|
2424
s.name = "FBReactNativeSpec"

React/React-RCTFabric.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818

1919
folly_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1'
2020
folly_compiler_flags = folly_flags + ' ' + '-Wno-comma -Wno-shorten-64-to-32'
21-
folly_version = '2021.04.26.00'
21+
folly_version = '2021.06.28.00'
2222
boost_compiler_flags = '-Wno-documentation'
2323

2424
Pod::Spec.new do |s|
@@ -37,8 +37,8 @@ Pod::Spec.new do |s|
3737
s.header_dir = "React"
3838
s.framework = "JavaScriptCore"
3939
s.library = "stdc++"
40-
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/Headers/Private/React-Core\"" }
41-
s.xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/glog\" \"$(PODS_ROOT)/RCT-Folly\"",
40+
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/Headers/Private/React-Core\"" }
41+
s.xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/glog\" \"$(PODS_ROOT)/RCT-Folly\"",
4242
"OTHER_CFLAGS" => "$(inherited) -DRN_FABRIC_ENABLED" + " " + folly_flags }
4343

4444
s.dependency "React-Core", version

React/third-party.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
// LICENSE file in the root directory of this source tree.
99
//
1010

11-
HEADER_SEARCH_PATHS = $(SRCROOT)/../third-party/boost_1_63_0 $(SRCROOT)/../third-party/folly-2021.04.26.00 $(SRCROOT)/../third-party/glog-0.3.5/src
11+
HEADER_SEARCH_PATHS = $(SRCROOT)/../third-party/boost_1_63_0 $(SRCROOT)/../third-party/folly-2021.06.28.00 $(SRCROOT)/../third-party/glog-0.3.5/src
1212
OTHER_CFLAGS = -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1

ReactCommon/React-Fabric.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121
folly_dep_name = 'RCT-Folly/Fabric'
2222
boost_compiler_flags = '-Wno-documentation'
2323

@@ -82,7 +82,7 @@ Pod::Spec.new do |s|
8282
ss.source_files = "react/renderer/core/**/*.{m,mm,cpp,h}"
8383
ss.exclude_files = "react/renderer/core/tests"
8484
ss.header_dir = "react/renderer/core"
85-
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/RCT-Folly\"" }
85+
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/RCT-Folly\"" }
8686
end
8787

8888
s.subspec "componentregistry" do |ss|

ReactCommon/ReactCommon.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
3232
s.source = source
3333
s.header_dir = "ReactCommon" # Use global header_dir for all subspecs for use_frameworks! compatibility
3434
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
35-
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Headers/Private/React-Core\"",
35+
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Headers/Private/React-Core\"",
3636
"USE_HEADERMAP" => "YES",
3737
"CLANG_CXX_LANGUAGE_STANDARD" => "c++14" }
3838

ReactCommon/callinvoker/React-callinvoker.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|

ReactCommon/cxxreact/React-cxxreact.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
end
1919

2020
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
21-
folly_version = '2021.04.26.00'
21+
folly_version = '2021.06.28.00'
2222
boost_compiler_flags = '-Wno-documentation'
2323

2424
Pod::Spec.new do |s|
@@ -33,10 +33,10 @@ Pod::Spec.new do |s|
3333
s.source_files = "*.{cpp,h}"
3434
s.exclude_files = "SampleCxxModule.*"
3535
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
36-
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
36+
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
3737
s.header_dir = "cxxreact"
3838

39-
s.dependency "boost-for-react-native", "1.63.0"
39+
s.dependency "boost", "1.76.0"
4040
s.dependency "DoubleConversion"
4141
s.dependency "RCT-Folly", folly_version
4242
s.dependency "glog"

ReactCommon/hermes/React-hermes.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
s.public_header_files = "executor/HermesExecutorFactory.h"
3737
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
3838
s.pod_target_xcconfig = {
39-
"HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/..\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/libevent/include\"",
39+
"HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/..\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/libevent/include\"",
4040
"GCC_PREPROCESSOR_DEFINITIONS" => "HERMES_ENABLE_DEBUGGER=1",
4141
}
4242
s.header_dir = "reacthermes"

ReactCommon/jsi/React-jsi.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|
@@ -33,11 +33,11 @@ Pod::Spec.new do |s|
3333
s.exclude_files = "**/test/*"
3434
s.framework = "JavaScriptCore"
3535
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
36-
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
36+
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
3737
s.header_dir = "jsi"
3838
s.default_subspec = "Default"
3939

40-
s.dependency "boost-for-react-native", "1.63.0"
40+
s.dependency "boost", "1.76.0"
4141
s.dependency "DoubleConversion"
4242
s.dependency "RCT-Folly", folly_version
4343
s.dependency "glog"

ReactCommon/jsiexecutor/React-jsiexecutor.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|
@@ -31,7 +31,7 @@ Pod::Spec.new do |s|
3131
s.source = source
3232
s.source_files = "jsireact/*.{cpp,h}"
3333
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
34-
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
34+
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
3535
s.header_dir = "jsireact"
3636

3737
s.dependency "React-cxxreact", version

ReactCommon/react/renderer/graphics/React-graphics.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
"platform/android",
3737
"platform/cxx"
3838
s.header_dir = "react/renderer/graphics"
39-
s.pod_target_xcconfig = { "USE_HEADERMAP" => "NO", "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_TARGET_SRCROOT)/../../../\" \"$(PODS_ROOT)/RCT-Folly\"" }
39+
s.pod_target_xcconfig = { "USE_HEADERMAP" => "NO", "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_TARGET_SRCROOT)/../../../\" \"$(PODS_ROOT)/RCT-Folly\"" }
4040

4141
s.dependency "RCT-Folly/Fabric", folly_version
4242
end

ReactCommon/reactperflogger/React-perflogger.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|

ReactCommon/runtimeexecutor/React-runtimeexecutor.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
end
1818

1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
20-
folly_version = '2021.04.26.00'
20+
folly_version = '2021.06.28.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|

0 commit comments

Comments
 (0)