Bump folly to 2024.01.01.00 (#42145)

Summary:
Bump folly version to 2024.01.01.00. Actually we need a version newer than v2023.08.14.00 with the https://github.com/facebook/folly/commit/c52d4490bf1e0cf117a71342b427984f9ffc316e fix. That will fix build error on Android:

```
  In file included from /Users/kudo/expo/expo/node_modules/react-native-reanimated/android/src/main/cpp/NativeProxy.cpp:3:
  In file included from /Users/kudo/.gradle/caches/transforms-3/dd158a7d05d059a173ae31ca6d78ac49/transformed/jetified-react-android-0.74.0-nightly-20240103-0e533f308-SNAPSHOT-debug/prefab/modules/jsi/include/jsi/JSIDynamic.h:10:
  In file included from /Users/kudo/.gradle/caches/transforms-3/dd158a7d05d059a173ae31ca6d78ac49/transformed/jetified-react-android-0.74.0-nightly-20240103-0e533f308-SNAPSHOT-debug/prefab/modules/folly_runtime/include/folly/dynamic.h:1310:
  In file included from /Users/kudo/.gradle/caches/transforms-3/dd158a7d05d059a173ae31ca6d78ac49/transformed/jetified-react-android-0.74.0-nightly-20240103-0e533f308-SNAPSHOT-debug/prefab/modules/folly_runtime/include/folly/dynamic-inl.h:22:
  In file included from /Users/kudo/.gradle/caches/transforms-3/dd158a7d05d059a173ae31ca6d78ac49/transformed/jetified-react-android-0.74.0-nightly-20240103-0e533f308-SNAPSHOT-debug/prefab/modules/folly_runtime/include/folly/Conv.h:124:
  In file included from /Users/kudo/.gradle/caches/transforms-3/dd158a7d05d059a173ae31ca6d78ac49/transformed/jetified-react-android-0.74.0-nightly-20240103-0e533f308-SNAPSHOT-debug/prefab/modules/folly_runtime/include/folly/Demangle.h:19:
  /Users/kudo/.gradle/caches/transforms-3/dd158a7d05d059a173ae31ca6d78ac49/transformed/jetified-react-android-0.74.0-nightly-20240103-0e533f308-SNAPSHOT-debug/prefab/modules/folly_runtime/include/folly/FBString.h:1721:19: error: no member named 'strong_ordering' in namespace 'std'
        return std::strong_ordering::equal;
               ~~~~~^
  /Users/kudo/.gradle/caches/transforms-3/dd158a7d05d059a173ae31ca6d78ac49/transformed/jetified-react-android-0.74.0-nightly-20240103-0e533f308-SNAPSHOT-debug/prefab/modules/folly_runtime/include/folly/FBString.h:1723:19: error: no member named 'strong_ordering' in namespace 'std'
        return std::strong_ordering::less;
               ~~~~~^
  /Users/kudo/.gradle/caches/transforms-3/dd158a7d05d059a173ae31ca6d78ac49/transformed/jetified-react-android-0.74.0-nightly-20240103-0e533f308-SNAPSHOT-debug/prefab/modules/folly_runtime/include/folly/FBString.h:1725:19: error: no member named 'strong_ordering' in namespace 'std'
        return std::strong_ordering::greater;
               ~~~~~^
  3 errors generated.
```

## Changelog:

[GENERAL] [CHANGED] - Bump folly version to 2024.01.01.00

Pull Request resolved: https://github.com/facebook/react-native/pull/42145

Test Plan: ci passed

Reviewed By: cortinico, cipolleschi

Differential Revision: D52546945

Pulled By: NickGerleman

fbshipit-source-id: 64aacb1d310062dddf987c7b95f10a477e293693
This commit is contained in:
Kudo Chien
2024-01-05 04:09:50 -08:00
committed by Facebook GitHub Bot
parent 16dff523b0
commit cfeb43eaa2
46 changed files with 123 additions and 123 deletions
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
+1 -1
View File
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
socket_rocket_version = '0.7.0'
boost_compiler_flags = '-Wno-documentation'
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
socket_rocket_version = '0.7.0'
header_search_paths = [
@@ -18,7 +18,7 @@ end
folly_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1'
folly_compiler_flags = folly_flags + ' ' + '-Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
header_search_paths = [
@@ -8,5 +8,5 @@
// LICENSE file in the root directory of this source tree.
//
HEADER_SEARCH_PATHS = $(SRCROOT)/../third-party/boost_1_83_0 $(SRCROOT)/../third-party/folly-2023.08.07.00 $(SRCROOT)/../third-party/glog-0.3.5/src
HEADER_SEARCH_PATHS = $(SRCROOT)/../third-party/boost_1_83_0 $(SRCROOT)/../third-party/folly-2024.01.01.00 $(SRCROOT)/../third-party/glog-0.3.5/src
OTHER_CFLAGS = -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
folly_dep_name = 'RCT-Folly/Fabric'
boost_compiler_flags = '-Wno-documentation'
react_native_path = ".."
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
folly_dep_name = 'RCT-Folly/Fabric'
boost_compiler_flags = '-Wno-documentation'
react_native_path = ".."
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
using_hermes = ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
Pod::Spec.new do |s|
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
Pod::Spec.new do |s|
@@ -18,7 +18,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
Pod::Spec.new do |s|
@@ -18,7 +18,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
Pod::Spec.new do |s|
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
folly_dep_name = 'RCT-Folly/Fabric'
boost_compiler_flags = '-Wno-documentation'
react_native_path = ".."
@@ -21,7 +21,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
Pod::Spec.new do |s|
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
Pod::Spec.new do |s|
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
Pod::Spec.new do |s|
s.name = "React-jsinspector"
@@ -18,7 +18,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
Pod::Spec.new do |s|
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
using_hermes = ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
Pod::Spec.new do |s|
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
using_hermes = ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
Pod::Spec.new do |s|
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
folly_dep_name = 'RCT-Folly/Fabric'
boost_compiler_flags = '-Wno-documentation'
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
folly_dep_name = 'RCT-Folly/Fabric'
boost_compiler_flags = '-Wno-documentation'
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
folly_dep_name = 'RCT-Folly/Fabric'
boost_compiler_flags = '-Wno-documentation'
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
header_search_paths = [
"\"$(PODS_ROOT)/RCT-Folly\"",
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
Pod::Spec.new do |s|
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
boost_compiler_flags = '-Wno-documentation'
Pod::Spec.new do |s|
@@ -35,7 +35,7 @@ yoga-proguard-annotations = "1.19.0"
boost="1_83_0"
doubleconversion="1.1.6"
fmt="9.1.0"
folly="2023.08.07.00"
folly="2024.01.01.00"
glog="0.3.5"
gtest="1.12.1"
@@ -59,7 +59,7 @@ class CodegenTests < Test::Unit::TestCase
:codegen_output_dir=>"build/generated/ios",
:config_file_dir=>"",
:fabric_enabled=>false,
:folly_version=>"2023.08.07.00",
:folly_version=>"2024.01.01.00",
:react_native_path=>"../node_modules/react-native"
}])
assert_equal(codegen_utils_mock.get_react_codegen_spec_params, [])
@@ -363,7 +363,7 @@ class CodegenUtilsTests < Test::Unit::TestCase
:react_native_path => "../node_modules/react-native"}
])
assert_equal(codegen_utils_mock.get_react_codegen_spec_params, [{
:folly_version=>"2023.08.07.00",
:folly_version=>"2024.01.01.00",
:package_json_file => "#{app_path}/ios/../node_modules/react-native/package.json",
:script_phases => "echo TestScript"
}])
@@ -136,7 +136,7 @@ class NewArchitectureTests < Test::Unit::TestCase
spec = SpecMock.new
# Act
NewArchitectureHelper.install_modules_dependencies(spec, true, '2023.08.07.00')
NewArchitectureHelper.install_modules_dependencies(spec, true, '2024.01.01.00')
# Assert
assert_equal(spec.compiler_flags, NewArchitectureHelper.folly_compiler_flags)
@@ -147,7 +147,7 @@ class NewArchitectureTests < Test::Unit::TestCase
spec.dependencies,
[
{ :dependency_name => "React-Core" },
{ :dependency_name => "RCT-Folly", "version"=>"2023.08.07.00" },
{ :dependency_name => "RCT-Folly", "version"=>"2024.01.01.00" },
{ :dependency_name => "glog" },
{ :dependency_name => "React-RCTFabric" },
{ :dependency_name => "React-Codegen" },
@@ -178,7 +178,7 @@ class NewArchitectureTests < Test::Unit::TestCase
}
# Act
NewArchitectureHelper.install_modules_dependencies(spec, false, '2023.08.07.00')
NewArchitectureHelper.install_modules_dependencies(spec, false, '2024.01.01.00')
# Assert
assert_equal(spec.compiler_flags, "-Wno-nullability-completeness #{NewArchitectureHelper.folly_compiler_flags}")
@@ -188,7 +188,7 @@ class NewArchitectureTests < Test::Unit::TestCase
spec.dependencies,
[
{ :dependency_name => "React-Core" },
{ :dependency_name => "RCT-Folly", "version"=>"2023.08.07.00" },
{ :dependency_name => "RCT-Folly", "version"=>"2024.01.01.00" },
{ :dependency_name => "glog" },
{ :dependency_name => "React-RCTFabric" },
{ :dependency_name => "React-Codegen" },
@@ -65,7 +65,7 @@ class CodegenUtilsMock
return @react_codegen_script_phases
end
def get_react_codegen_spec(package_json_file, folly_version: '2023.08.07.00', hermes_enabled: true, script_phases: nil)
def get_react_codegen_spec(package_json_file, folly_version: '2024.01.01.00', hermes_enabled: true, script_phases: nil)
@get_react_codegen_spec_params.push({
package_json_file: package_json_file,
folly_version: folly_version,
@@ -90,7 +90,7 @@ class CodegenUtilsMock
config_file_dir: '',
codegen_output_dir: 'build/generated/ios',
config_key: 'codegenConfig',
folly_version: "2023.08.07.00",
folly_version: "2024.01.01.00",
codegen_utils: CodegenUtilsMock.new()
)
@use_react_native_codegen_discovery_params.push({
@@ -30,7 +30,7 @@ def run_codegen!(
codegen_output_dir: 'build/generated/ios',
config_key: 'codegenConfig',
package_json_file: '~/app/package.json',
folly_version: '2023.08.07.00',
folly_version: '2024.01.01.00',
codegen_utils: CodegenUtils.new()
)
@@ -69,7 +69,7 @@ class CodegenUtils
# - hermes_enabled: whether hermes is enabled or not.
# - script_phases: whether we want to add some build script phases or not.
# - file_manager: a class that implements the `File` interface. Defaults to `File`, the Dependency can be injected for testing purposes.
def get_react_codegen_spec(package_json_file, folly_version: '2023.08.07.00', hermes_enabled: true, script_phases: nil, file_manager: File)
def get_react_codegen_spec(package_json_file, folly_version: '2024.01.01.00', hermes_enabled: true, script_phases: nil, file_manager: File)
package = JSON.parse(file_manager.read(package_json_file))
version = package['version']
new_arch_disabled = ENV['RCT_NEW_ARCH_ENABLED'] != "1"
@@ -277,7 +277,7 @@ class CodegenUtils
config_file_dir: '',
codegen_output_dir: 'build/generated/ios',
config_key: 'codegenConfig',
folly_version: '2023.08.07.00',
folly_version: '2024.01.01.00',
codegen_utils: CodegenUtils.new(),
file_manager: File
)
@@ -106,7 +106,7 @@ class NewArchitectureHelper
spec.dependency "React-Core"
spec.dependency "RCT-Folly", '2023.08.07.00'
spec.dependency "RCT-Folly", '2024.01.01.00'
spec.dependency "glog"
if new_arch_enabled
@@ -20,7 +20,7 @@ require_relative './cocoapods/helpers.rb'
$CODEGEN_OUTPUT_DIR = 'build/generated/ios'
$CODEGEN_COMPONENT_DIR = 'react/renderer/components'
$CODEGEN_MODULE_DIR = '.'
$FOLLY_VERSION = '2023.08.07.00'
$FOLLY_VERSION = '2024.01.01.00'
$START_TIME = Time.now.to_i
@@ -3,7 +3,7 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
folly_release_version = '2023.08.07.00'
folly_release_version = '2024.01.01.00'
Pod::Spec.new do |spec|
spec.name = 'RCT-Folly'
+73 -73
View File
@@ -16,7 +16,7 @@ PODS:
- MyNativeView (0.0.1):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Codegen
@@ -35,7 +35,7 @@ PODS:
- NativeCxxModuleExample (0.0.1):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Codegen
@@ -52,18 +52,18 @@ PODS:
- ReactCommon/turbomodule/core
- Yoga
- OCMock (3.9.1)
- RCT-Folly (2023.08.07.00):
- RCT-Folly (2024.01.01.00):
- boost
- DoubleConversion
- fmt (= 9.1.0)
- glog
- RCT-Folly/Default (= 2023.08.07.00)
- RCT-Folly/Default (2023.08.07.00):
- RCT-Folly/Default (= 2024.01.01.00)
- RCT-Folly/Default (2024.01.01.00):
- boost
- DoubleConversion
- fmt (= 9.1.0)
- glog
- RCT-Folly/Fabric (2023.08.07.00):
- RCT-Folly/Fabric (2024.01.01.00):
- boost
- DoubleConversion
- fmt (= 9.1.0)
@@ -110,7 +110,7 @@ PODS:
- React-Core (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default (= 1000.0.0)
- React-cxxreact
@@ -125,7 +125,7 @@ PODS:
- React-Core/CoreModulesHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -140,7 +140,7 @@ PODS:
- React-Core/Default (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-cxxreact
- React-hermes
@@ -154,7 +154,7 @@ PODS:
- React-Core/DevSupport (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default (= 1000.0.0)
- React-Core/RCTWebSocket (= 1000.0.0)
@@ -171,7 +171,7 @@ PODS:
- React-Core/RCTActionSheetHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -186,7 +186,7 @@ PODS:
- React-Core/RCTAnimationHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -201,7 +201,7 @@ PODS:
- React-Core/RCTBlobHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -216,7 +216,7 @@ PODS:
- React-Core/RCTImageHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -231,7 +231,7 @@ PODS:
- React-Core/RCTLinkingHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -246,7 +246,7 @@ PODS:
- React-Core/RCTNetworkHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -261,7 +261,7 @@ PODS:
- React-Core/RCTPushNotificationHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -276,7 +276,7 @@ PODS:
- React-Core/RCTSettingsHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -291,7 +291,7 @@ PODS:
- React-Core/RCTTextHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -306,7 +306,7 @@ PODS:
- React-Core/RCTVibrationHeaders (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default
- React-cxxreact
@@ -321,7 +321,7 @@ PODS:
- React-Core/RCTWebSocket (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTDeprecation
- React-Core/Default (= 1000.0.0)
- React-cxxreact
@@ -334,7 +334,7 @@ PODS:
- SocketRocket (= 0.7.0)
- Yoga
- React-CoreModules (1000.0.0):
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTTypeSafety (= 1000.0.0)
- React-Codegen
- React-Core/CoreModulesHeaders (= 1000.0.0)
@@ -350,7 +350,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-callinvoker (= 1000.0.0)
- React-debug (= 1000.0.0)
- React-jsi (= 1000.0.0)
@@ -364,7 +364,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -397,7 +397,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -416,7 +416,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -435,7 +435,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -454,7 +454,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -473,7 +473,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -503,7 +503,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -522,7 +522,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -541,7 +541,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -560,7 +560,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -579,7 +579,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -598,7 +598,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -617,7 +617,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -636,7 +636,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -655,7 +655,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -674,7 +674,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -693,7 +693,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -713,7 +713,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -732,7 +732,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -751,7 +751,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -770,7 +770,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -789,7 +789,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -808,7 +808,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -827,7 +827,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -846,7 +846,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -866,7 +866,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
@@ -885,7 +885,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- RCTRequired (= 1000.0.0)
- RCTTypeSafety (= 1000.0.0)
- React-Fabric
@@ -900,7 +900,7 @@ PODS:
- Yoga
- React-graphics (1000.0.0):
- glog
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- React-Core/Default (= 1000.0.0)
- React-utils
- React-hermes (1000.0.0):
@@ -908,7 +908,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-cxxreact (= 1000.0.0)
- React-jsi
- React-jsiexecutor (= 1000.0.0)
@@ -924,7 +924,7 @@ PODS:
- React-rendererdebug
- React-utils
- React-jserrorhandler (1000.0.0):
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- React-debug
- React-jsi
- React-Mapbuffer
@@ -934,13 +934,13 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-jsiexecutor (1000.0.0):
- DoubleConversion
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-cxxreact (= 1000.0.0)
- React-jsi (= 1000.0.0)
- React-perflogger (= 1000.0.0)
@@ -969,7 +969,7 @@ PODS:
- React-RCTActionSheet (1000.0.0):
- React-Core/RCTActionSheetHeaders (= 1000.0.0)
- React-RCTAnimation (1000.0.0):
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTTypeSafety
- React-Codegen
- React-Core/RCTAnimationHeaders
@@ -1000,7 +1000,7 @@ PODS:
- ReactCommon
- React-RCTBlob (1000.0.0):
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-Codegen
- React-Core/RCTBlobHeaders
- React-Core/RCTWebSocket
@@ -1011,7 +1011,7 @@ PODS:
- React-RCTFabric (1000.0.0):
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- React-Core
- React-debug
- React-Fabric
@@ -1027,7 +1027,7 @@ PODS:
- React-utils
- Yoga
- React-RCTImage (1000.0.0):
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTTypeSafety
- React-Codegen
- React-Core/RCTImageHeaders
@@ -1043,7 +1043,7 @@ PODS:
- ReactCommon
- ReactCommon/turbomodule/core (= 1000.0.0)
- React-RCTNetwork (1000.0.0):
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTTypeSafety
- React-Codegen
- React-Core/RCTNetworkHeaders
@@ -1058,7 +1058,7 @@ PODS:
- React-NativeModulesApple
- ReactCommon
- React-RCTSettings (1000.0.0):
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTTypeSafety
- React-Codegen
- React-Core/RCTSettingsHeaders
@@ -1066,7 +1066,7 @@ PODS:
- React-NativeModulesApple
- ReactCommon
- React-RCTTest (1000.0.0):
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-Core (= 1000.0.0)
- React-CoreModules (= 1000.0.0)
- React-jsi (= 1000.0.0)
@@ -1075,7 +1075,7 @@ PODS:
- React-Core/RCTTextHeaders (= 1000.0.0)
- Yoga
- React-RCTVibration (1000.0.0):
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-Codegen
- React-Core/RCTVibrationHeaders
- React-jsi
@@ -1084,12 +1084,12 @@ PODS:
- React-rendererdebug (1000.0.0):
- DoubleConversion
- fmt (= 9.1.0)
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-debug
- React-rncore (1000.0.0)
- React-RuntimeApple (1000.0.0):
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- React-callinvoker
- React-Core/Default
- React-CoreModules
@@ -1107,7 +1107,7 @@ PODS:
- React-RuntimeCore (1000.0.0):
- glog
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- React-cxxreact
- React-jserrorhandler
- React-jsi
@@ -1119,7 +1119,7 @@ PODS:
- React-jsi (= 1000.0.0)
- React-RuntimeHermes (1000.0.0):
- hermes-engine
- RCT-Folly/Fabric (= 2023.08.07.00)
- RCT-Folly/Fabric (= 2024.01.01.00)
- React-jsi
- React-jsitracing
- React-nativeconfig
@@ -1128,7 +1128,7 @@ PODS:
- React-runtimescheduler (1000.0.0):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-callinvoker
- React-cxxreact
- React-debug
@@ -1138,7 +1138,7 @@ PODS:
- React-utils
- React-utils (1000.0.0):
- glog
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-debug
- ReactCommon (1000.0.0):
- React-logger (= 1000.0.0)
@@ -1159,7 +1159,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-callinvoker (= 1000.0.0)
- React-cxxreact (= 1000.0.0)
- React-jsi (= 1000.0.0)
@@ -1172,7 +1172,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-callinvoker (= 1000.0.0)
- React-cxxreact (= 1000.0.0)
- React-jsi (= 1000.0.0)
@@ -1183,7 +1183,7 @@ PODS:
- fmt (= 9.1.0)
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- React-callinvoker (= 1000.0.0)
- React-cxxreact (= 1000.0.0)
- React-jsi (= 1000.0.0)
@@ -1192,7 +1192,7 @@ PODS:
- ScreenshotManager (0.0.1):
- glog
- hermes-engine
- RCT-Folly (= 2023.08.07.00)
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Codegen
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -DFOLLY_HAVE_CLOCK_GETTIME=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2023.08.07.00'
folly_version = '2024.01.01.00'
Pod::Spec.new do |s|
s.name = "React-RCTTest"