Skip to content

Commit 36b58a8

Browse files
Peter Arganyfacebook-github-bot
Peter Argany
authored andcommitted
Bump Flipper-Folly to 2.5.3 and RCT-Folly to 2021.04.26.00
Summary: This fixes an error where folly fails to build on Xcode 12.5, by bumping the various folly deps in RN to builds with a fix. Next step is to commit this to 0.64 release branch allow-large-files Changelog: [iOS] Fix builds on Xcode 12.5 Reviewed By: fkgozali Differential Revision: D28071808 fbshipit-source-id: 236b66bf8294db0c76ff25b11632c1bf89525921
1 parent a249065 commit 36b58a8

29 files changed

+231
-215
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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.00'
2121

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

React-Core.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
header_subspecs = {

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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.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 = '2020.01.13.00'
21+
folly_version = '2021.04.26.00'
2222

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

React/React-RCTFabric.podspec

+1-1
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 = '2020.01.13.00'
21+
folly_version = '2021.04.26.00'
2222
boost_compiler_flags = '-Wno-documentation'
2323

2424
Pod::Spec.new do |s|

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-2020.01.13.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.04.26.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

+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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.00'
2121
folly_dep_name = 'RCT-Folly/Fabric'
2222
boost_compiler_flags = '-Wno-documentation'
2323

ReactCommon/ReactCommon.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|

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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|

ReactCommon/cxxreact/React-cxxreact.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 = '2020.01.13.00'
21+
folly_version = '2021.04.26.00'
2222
boost_compiler_flags = '-Wno-documentation'
2323

2424
Pod::Spec.new do |s|

ReactCommon/hermes/React-hermes.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|

ReactCommon/jsi/React-jsi.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|

ReactCommon/jsiexecutor/React-jsiexecutor.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|

ReactCommon/react/renderer/graphics/React-graphics.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|

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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.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 = '2020.01.13.00'
20+
folly_version = '2021.04.26.00'
2121
boost_compiler_flags = '-Wno-documentation'
2222

2323
Pod::Spec.new do |s|

0 commit comments

Comments
 (0)