File tree Expand file tree Collapse file tree 13 files changed +77
-64
lines changed Expand file tree Collapse file tree 13 files changed +77
-64
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1
2020folly_version = '2022.05.16.00'
2121folly_dep_name = 'RCT-Folly/Fabric'
2222boost_compiler_flags = '-Wno-documentation'
23+ fmt_version = '6.2.1' # [visionOS]
2324react_native_path = ".."
2425
2526Pod ::Spec . new do |s |
@@ -51,7 +52,7 @@ Pod::Spec.new do |s|
5152 s . dependency "React-logger"
5253 s . dependency "glog"
5354 s . dependency "DoubleConversion"
54- s . dependency "fmt" , "9.1.0"
55+ s . dependency "fmt" , fmt_version
5556 s . dependency "React-Core"
5657 s . dependency "React-debug"
5758 s . dependency "React-utils"
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1
2020folly_version = '2022.05.16.00'
2121folly_dep_name = 'RCT-Folly/Fabric'
2222boost_compiler_flags = '-Wno-documentation'
23+ fmt_version = '6.2.1' # [visionOS]
2324react_native_path = ".."
2425
2526header_search_path = [
@@ -72,7 +73,7 @@ Pod::Spec.new do |s|
7273 s . dependency "React-logger"
7374 s . dependency "glog"
7475 s . dependency "DoubleConversion"
75- s . dependency "fmt" , "9.1.0"
76+ s . dependency "fmt" , fmt_version
7677 s . dependency "React-ImageManager"
7778 s . dependency "React-utils"
7879 s . dependency "Yoga"
Original file line number Diff line number Diff line change 1919folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments'
2020folly_version = '2022.05.16.00'
2121boost_compiler_flags = '-Wno-documentation'
22+ fmt_version = '6.2.1' # [visionOS]
2223using_hermes = ENV [ 'USE_HERMES' ] == nil || ENV [ 'USE_HERMES' ] == "1"
2324Pod ::Spec . new do |s |
2425 s . name = "ReactCommon"
@@ -50,7 +51,7 @@ Pod::Spec.new do |s|
5051 ss . dependency "RCT-Folly" , folly_version
5152 s . dependency "React-logger" , version
5253 ss . dependency "DoubleConversion"
53- ss . dependency "fmt" , "9.1.0"
54+ ss . dependency "fmt" , fmt_version
5455 ss . dependency "glog"
5556 if using_hermes
5657 ss . dependency "hermes-engine"
Original file line number Diff line number Diff line change 1919
2020folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32'
2121folly_version = '2022.05.16.00'
22+ fmt_version = '6.2.1' # [visionOS]
2223boost_compiler_flags = '-Wno-documentation'
2324
2425Pod ::Spec . new do |s |
@@ -41,7 +42,7 @@ Pod::Spec.new do |s|
4142
4243 s . dependency "boost" , "1.83.0"
4344 s . dependency "DoubleConversion"
44- s . dependency "fmt" , "9.1.0"
45+ s . dependency "fmt" , fmt_version
4546 s . dependency "RCT-Folly" , folly_version
4647 s . dependency "glog"
4748 s . dependency "React-jsinspector" , version
Original file line number Diff line number Diff line change 2020folly_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'
2121folly_version = '2022.05.16.00'
2222boost_compiler_flags = '-Wno-documentation'
23+ fmt_version = '6.2.1' # [visionOS]
2324
2425Pod ::Spec . new do |s |
2526 s . name = "React-hermes"
@@ -47,7 +48,7 @@ Pod::Spec.new do |s|
4748 s . dependency "React-perflogger" , version
4849 s . dependency "RCT-Folly" , folly_version
4950 s . dependency "DoubleConversion"
50- s . dependency "fmt" , "9.1.0"
51+ s . dependency "fmt" , fmt_version
5152 s . dependency "glog"
5253 s . dependency "RCT-Folly/Futures" , folly_version
5354 s . dependency "hermes-engine"
Original file line number Diff line number Diff line change 2323folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32'
2424folly_version = '2022.05.16.00'
2525boost_compiler_flags = '-Wno-documentation'
26+ fmt_version = '6.2.1' # [visionOS]
2627
2728Pod ::Spec . new do |s |
2829 s . name = "React-jsi"
@@ -41,7 +42,7 @@ Pod::Spec.new do |s|
4142
4243 s . dependency "boost" , "1.83.0"
4344 s . dependency "DoubleConversion"
44- s . dependency "fmt" , "9.1.0"
45+ s . dependency "fmt" , fmt_version
4546 s . dependency "RCT-Folly" , folly_version
4647 s . dependency "glog"
4748
Original file line number Diff line number Diff line change 1919folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32'
2020folly_version = '2022.05.16.00'
2121boost_compiler_flags = '-Wno-documentation'
22+ fmt_version = '6.2.1' # [visionOS]
2223
2324Pod ::Spec . new do |s |
2425 s . name = "React-jsiexecutor"
@@ -40,7 +41,7 @@ Pod::Spec.new do |s|
4041 s . dependency "React-perflogger" , version
4142 s . dependency "RCT-Folly" , folly_version
4243 s . dependency "DoubleConversion"
43- s . dependency "fmt" , "9.1.0"
44+ s . dependency "fmt" , fmt_version
4445 s . dependency "glog"
4546
4647 if ENV [ 'USE_HERMES' ] == nil || ENV [ 'USE_HERMES' ] == "1"
Original file line number Diff line number Diff line change 1919folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments'
2020folly_version = '2022.05.16.00'
2121boost_compiler_flags = '-Wno-documentation'
22+ fmt_version = '6.2.1' # [visionOS]
2223using_hermes = ENV [ 'USE_HERMES' ] == nil || ENV [ 'USE_HERMES' ] == "1"
2324
2425header_search_paths = [
@@ -58,7 +59,7 @@ Pod::Spec.new do |s|
5859
5960 s . dependency "RCT-Folly"
6061 s . dependency "DoubleConversion"
61- s . dependency "fmt" , "9.1.0"
62+ s . dependency "fmt" , fmt_version
6263 s . dependency "React-Core"
6364 s . dependency "React-cxxreact"
6465 s . dependency "React-jsi"
Original file line number Diff line number Diff line change 1818
1919folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_CFG_NO_COROUTINES=1 -Wno-comma -Wno-shorten-64-to-32'
2020folly_version = '2022.05.16.00'
21+ fmt_version = '6.2.1' # [visionOS]
2122
2223header_search_paths = [
2324 "\" $(PODS_ROOT)/RCT-Folly\" " ,
@@ -56,6 +57,6 @@ Pod::Spec.new do |s|
5657
5758 s . dependency "RCT-Folly" , folly_version
5859 s . dependency "DoubleConversion"
59- s . dependency "fmt" , "9.1.0"
60+ s . dependency "fmt" , fmt_version
6061 add_dependency ( s , "React-debug" )
6162end
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ yoga-proguard-annotations = "1.19.0"
3333# Native Dependencies
3434boost =" 1_83_0"
3535doubleconversion =" 1.1.6"
36- fmt =" 9.1.0 "
36+ fmt =" 6.2.1 "
3737folly =" 2022.05.16.00"
3838glog =" 0.3.5"
3939libevent =" 2.1.12"
You can’t perform that action at this time.
0 commit comments