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
This commit is contained in:
Peter Argany
2021-04-29 10:37:58 -07:00
committed by Facebook GitHub Bot
parent a249065503
commit 36b58a824e
29 changed files with 244 additions and 228 deletions
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2020.01.13.00'
folly_version = '2021.04.26.00'
Pod::Spec.new do |s|
s.name = "React-RCTPushNotification"