Update Flipper-Folly in ReactNativeExample
Summary: This change bumps Flipper-Folly to the latest which fixes an issue with undefined symbols. See https://github.com/facebook/flipper/issues/2600 Reviewed By: aigoncharov Differential Revision: D32528018 fbshipit-source-id: 24458e43eedd4afad5049b72991bc5e013e67171
This commit is contained in:
committed by
Facebook GitHub Bot
parent
364567689d
commit
58ad452183
@@ -25,9 +25,9 @@ target 'ReactNativeFlipperExample' do
|
||||
# Note that if you have use_frameworks! enabled, Flipper will not work and
|
||||
# you should disable these next few lines.
|
||||
|
||||
# Versions are explicitly pinned to be able to forcefully test against the latest versions.
|
||||
# Versions are explicitly pinned to be able to forcefully test against the latest versions.
|
||||
# use_flipper!() should work as well and pick the React Native defaults
|
||||
use_flipper!({ 'Flipper' => flipperkit_version, 'Flipper-Folly' => '2.6.9', 'Flipper-RSocket' => '1.4.3', 'Flipper-DoubleConversion' => '3.1.7', 'Flipper-Glog' => '0.3.9', 'Flipper-PeerTalk' => '0.0.4' })
|
||||
use_flipper!({ 'Flipper' => flipperkit_version, 'Flipper-Folly' => '2.6.10', 'Flipper-RSocket' => '1.4.3', 'Flipper-DoubleConversion' => '3.1.7', 'Flipper-Glog' => '0.3.9', 'Flipper-PeerTalk' => '0.0.4' })
|
||||
|
||||
post_install do |installer|
|
||||
react_native_post_install(installer)
|
||||
|
||||
@@ -16,7 +16,7 @@ PODS:
|
||||
- Flipper-Boost-iOSX (1.76.0.1.11)
|
||||
- Flipper-DoubleConversion (3.1.7)
|
||||
- Flipper-Fmt (7.1.7)
|
||||
- Flipper-Folly (2.6.9):
|
||||
- Flipper-Folly (2.6.10):
|
||||
- Flipper-Boost-iOSX
|
||||
- Flipper-DoubleConversion
|
||||
- Flipper-Fmt (= 7.1.7)
|
||||
@@ -372,7 +372,7 @@ DEPENDENCIES:
|
||||
- Flipper-Boost-iOSX (= 1.76.0.1.11)
|
||||
- Flipper-DoubleConversion (= 3.1.7)
|
||||
- Flipper-Fmt (= 7.1.7)
|
||||
- Flipper-Folly (= 2.6.9)
|
||||
- Flipper-Folly (= 2.6.10)
|
||||
- Flipper-Glog (= 0.3.9)
|
||||
- Flipper-PeerTalk (= 0.0.4)
|
||||
- Flipper-RSocket (= 1.4.3)
|
||||
@@ -517,7 +517,7 @@ SPEC CHECKSUMS:
|
||||
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
|
||||
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
|
||||
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
|
||||
Flipper-Folly: 4c7cf530a9038ae25b0fa37e00b00491c467aaea
|
||||
Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
|
||||
Flipper-Glog: 05579840e2750ec907ee2f81544f41ad76a7cae4
|
||||
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
||||
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
|
||||
@@ -557,6 +557,6 @@ SPEC CHECKSUMS:
|
||||
Yoga: 9a08effa851c1d8cc1647691895540bc168ea65f
|
||||
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||
|
||||
PODFILE CHECKSUM: 91e9f3f8d10271f4833178188e9125afd602f0c3
|
||||
PODFILE CHECKSUM: b4dd7909448fc968cf77342eedccacc0851c5c6e
|
||||
|
||||
COCOAPODS: 1.11.2
|
||||
|
||||
Reference in New Issue
Block a user