Skip to content

Commit a4e9a04

Browse files
Kudofacebook-github-bot
authored andcommitted
Upgrade folly to v2018.10.22.00 for iOS (#21976)
Summary: Fixes #20302 (For iOS) Note: ------ 1. Checked the changes did not break CocoaPods integration. 2. The change for glog copying header into exported/ is to prevent build break for folly. `folly/detail/Demangle.h` will try to use libstdc++'s demangle.h. Unfortunately, glog also has a demangle.h in source code. So I copy exported headers and only search headers in exported/ folder during build. Pull Request resolved: facebook/react-native#21976 Reviewed By: hramos Differential Revision: D12818131 Pulled By: fkgozali fbshipit-source-id: b3c637d09d1b3adde0ea15c82eb56e28f846885b
1 parent 3bf74fd commit a4e9a04

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Podfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- boost-for-react-native (1.63.0)
33
- DoubleConversion (1.1.6)
4-
- Folly (2016.10.31.00):
4+
- Folly (2018.10.22.00):
55
- boost-for-react-native
66
- DoubleConversion
77
- glog
@@ -11,22 +11,22 @@ PODS:
1111
- React/Core (1000.0.0):
1212
- yoga (= 1000.0.0.React)
1313
- React/CxxBridge (1000.0.0):
14-
- Folly (= 2016.10.31.00)
14+
- Folly (= 2018.10.22.00)
1515
- React/Core
1616
- React/cxxreact
1717
- React/jsiexecutor
1818
- React/cxxreact (1000.0.0):
1919
- boost-for-react-native (= 1.63.0)
20-
- Folly (= 2016.10.31.00)
20+
- Folly (= 2018.10.22.00)
2121
- React/jsinspector
2222
- React/DevSupport (1000.0.0):
2323
- React/Core
2424
- React/RCTWebSocket
2525
- React/fishhook (1000.0.0)
2626
- React/jsi (1000.0.0):
27-
- Folly (= 2016.10.31.00)
27+
- Folly (= 2018.10.22.00)
2828
- React/jsiexecutor (1000.0.0):
29-
- Folly (= 2016.10.31.00)
29+
- Folly (= 2018.10.22.00)
3030
- React/cxxreact
3131
- React/jsi
3232
- React/jsinspector (1000.0.0)
@@ -104,9 +104,9 @@ EXTERNAL SOURCES:
104104
SPEC CHECKSUMS:
105105
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
106106
DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd
107-
Folly: c89ac2d5c6ab169cd7397ef27485c44f35f742c7
108-
glog: 848747cb7af3aac910395f03626d7f63636e8ce6
109-
React: 8cb457c5485e7640094a7df86fcdb6d1e56e182c
107+
Folly: cd7933b82a5f7673ed71bafe631f44a575ae77ab
108+
glog: aefd1eb5dda2ab95ba0938556f34b98e2da3a60d
109+
React: 9b873b38b92ed8012d7cdf3b965477095ed364c4
110110
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
111111

112112
PODFILE CHECKSUM: 7af77fbc34af9646e8c6389e7e2c0b4663bb16d9

0 commit comments

Comments
 (0)