Skip to content

Commit 2c9fa6b

Browse files
committed
Set fmt version to 6.2.1
1 parent 7fdd094 commit 2c9fa6b

File tree

10 files changed

+27
-16
lines changed

10 files changed

+27
-16
lines changed

packages/react-native/ReactCommon/React-Fabric.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1
2020
folly_version = '2021.07.22.00'
2121
folly_dep_name = 'RCT-Folly/Fabric'
2222
boost_compiler_flags = '-Wno-documentation'
23+
fmt_version = '6.2.1' # [visionOS]
2324
react_native_path = ".."
2425

2526
Pod::Spec.new do |s|
@@ -50,7 +51,7 @@ Pod::Spec.new do |s|
5051
s.dependency "React-logger"
5152
s.dependency "glog"
5253
s.dependency "DoubleConversion"
53-
s.dependency "fmt", "9.1.0"
54+
s.dependency "fmt", fmt_version
5455
s.dependency "React-Core"
5556
s.dependency "React-debug"
5657
s.dependency "React-utils"

packages/react-native/ReactCommon/ReactCommon.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments'
2020
folly_version = '2021.07.22.00'
2121
boost_compiler_flags = '-Wno-documentation'
22+
fmt_version = '6.2.1' # [visionOS]
2223
using_hermes = ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
2324
Pod::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"

packages/react-native/ReactCommon/cxxreact/React-cxxreact.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919

2020
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
2121
folly_version = '2021.07.22.00'
22+
fmt_version = '6.2.1' # [visionOS]
2223
boost_compiler_flags = '-Wno-documentation'
2324

2425
Pod::Spec.new do |s|
@@ -39,7 +40,7 @@ Pod::Spec.new do |s|
3940

4041
s.dependency "boost", "1.76.0"
4142
s.dependency "DoubleConversion"
42-
s.dependency "fmt", "9.1.0"
43+
s.dependency "fmt", fmt_version
4344
s.dependency "RCT-Folly", folly_version
4445
s.dependency "glog"
4546
s.dependency "React-jsinspector", version

packages/react-native/ReactCommon/hermes/React-hermes.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ end
2323
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'
2424
folly_version = '2021.07.22.00'
2525
boost_compiler_flags = '-Wno-documentation'
26+
fmt_version = '6.2.1' # [visionOS]
2627

2728
Pod::Spec.new do |s|
2829
s.name = "React-hermes"
@@ -50,7 +51,7 @@ Pod::Spec.new do |s|
5051
s.dependency "React-perflogger", version
5152
s.dependency "RCT-Folly", folly_version
5253
s.dependency "DoubleConversion"
53-
s.dependency "fmt", "9.1.0"
54+
s.dependency "fmt", fmt_version
5455
s.dependency "glog"
5556
s.dependency "RCT-Folly/Futures", folly_version
5657
s.dependency "hermes-engine"

packages/react-native/ReactCommon/jsi/React-jsi.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ end
2323
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
2424
folly_version = '2021.07.22.00'
2525
boost_compiler_flags = '-Wno-documentation'
26+
fmt_version = '6.2.1' # [visionOS]
2627

2728
Pod::Spec.new do |s|
2829
s.name = "React-jsi"
@@ -40,7 +41,7 @@ Pod::Spec.new do |s|
4041

4142
s.dependency "boost", "1.76.0"
4243
s.dependency "DoubleConversion"
43-
s.dependency "fmt", "9.1.0"
44+
s.dependency "fmt", fmt_version
4445
s.dependency "RCT-Folly", folly_version
4546
s.dependency "glog"
4647

packages/react-native/ReactCommon/jsiexecutor/React-jsiexecutor.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
2020
folly_version = '2021.07.22.00'
2121
boost_compiler_flags = '-Wno-documentation'
22+
fmt_version = '6.2.1' # [visionOS]
2223

2324
Pod::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"

packages/react-native/ReactCommon/react/nativemodule/samples/ReactCommon-Samples.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments'
2020
folly_version = '2021.07.22.00'
2121
boost_compiler_flags = '-Wno-documentation'
22+
fmt_version = '6.2.1' # [visionOS]
2223
using_hermes = ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
2324
Pod::Spec.new do |s|
2425
s.name = "ReactCommon-Samples"

packages/react-native/third-party-podspecs/RCT-Folly.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# LICENSE file in the root directory of this source tree.
55

66
folly_release_version = '2021.07.22.00'
7+
fmt_version = '6.2.1' # [visionOS]
78

89
Pod::Spec.new do |spec|
910
spec.name = 'RCT-Folly'
@@ -20,7 +21,7 @@ Pod::Spec.new do |spec|
2021
spec.dependency 'boost'
2122
spec.dependency 'DoubleConversion'
2223
spec.dependency 'glog'
23-
spec.dependency "fmt", "9.1.0"
24+
spec.dependency "fmt", fmt_version
2425
spec.compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new'
2526
spec.source_files = 'folly/String.cpp',
2627
'folly/Conv.cpp',

packages/react-native/third-party-podspecs/fmt.podspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6+
# [visionOS] Local copy of fmt.podspec with visionOS added as a platform
7+
fmt_version = '6.2.1' # [macOS] [visionOS]
8+
69
Pod::Spec.new do |spec|
710
spec.name = "fmt"
8-
spec.version = "9.1.0"
11+
spec.version = fmt_version
912
spec.license = { :type => "MIT" }
1013
spec.homepage = "https://github.com/fmtlib/fmt"
1114
spec.summary = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams."
1215
spec.authors = "The fmt contributors"
1316
spec.source = {
1417
:git => "https://github.com/fmtlib/fmt.git",
15-
:tag => "9.1.0"
18+
:tag => fmt_version
1619
}
1720
spec.pod_target_xcconfig = {
1821
"CLANG_CXX_LANGUAGE_STANDARD" => "c++20",

packages/rn-tester/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ PODS:
1515
- RCT-Folly (2021.07.22.00):
1616
- boost
1717
- DoubleConversion
18-
- fmt (= 9.1.0)
18+
- fmt (= 6.2.1)
1919
- glog
2020
- RCT-Folly/Default (= 2021.07.22.00)
2121
- RCT-Folly/Default (2021.07.22.00):
2222
- boost
2323
- DoubleConversion
24-
- fmt (= 9.1.0)
24+
- fmt (= 6.2.1)
2525
- glog
2626
- RCTRequired (0.72.14)
2727
- RCTTypeSafety (0.72.14):
@@ -266,7 +266,7 @@ PODS:
266266
- React-cxxreact (0.72.14):
267267
- boost (= 1.76.0)
268268
- DoubleConversion
269-
- fmt (= 9.1.0)
269+
- fmt (= 6.2.1)
270270
- glog
271271
- RCT-Folly (= 2021.07.22.00)
272272
- React-callinvoker (= 0.72.14)
@@ -285,12 +285,12 @@ PODS:
285285
- React-jsi (0.72.14):
286286
- boost (= 1.76.0)
287287
- DoubleConversion
288-
- fmt (= 9.1.0)
288+
- fmt (= 6.2.1)
289289
- glog
290290
- RCT-Folly (= 2021.07.22.00)
291291
- React-jsiexecutor (0.72.14):
292292
- DoubleConversion
293-
- fmt (= 9.1.0)
293+
- fmt (= 6.2.1)
294294
- glog
295295
- RCT-Folly (= 2021.07.22.00)
296296
- React-cxxreact (= 0.72.14)
@@ -408,7 +408,7 @@ PODS:
408408
- ReactCommon/turbomodule/core
409409
- ReactCommon/turbomodule/bridging (0.72.14):
410410
- DoubleConversion
411-
- fmt (= 9.1.0)
411+
- fmt (= 6.2.1)
412412
- glog
413413
- RCT-Folly (= 2021.07.22.00)
414414
- React-callinvoker (= 0.72.14)
@@ -418,7 +418,7 @@ PODS:
418418
- React-perflogger (= 0.72.14)
419419
- ReactCommon/turbomodule/core (0.72.14):
420420
- DoubleConversion
421-
- fmt (= 9.1.0)
421+
- fmt (= 6.2.1)
422422
- glog
423423
- RCT-Folly (= 2021.07.22.00)
424424
- React-callinvoker (= 0.72.14)

0 commit comments

Comments
 (0)