Make tutorial job to pass (#2282)
Summary: This makes the tutorial app job to pass ## Changelog Update the podfile with the static dependencies Pull Request resolved: https://github.com/facebook/flipper/pull/2282 Test Plan: CI is green Reviewed By: fabiomassimo Differential Revision: D28295922 Pulled By: priteshrnandgaonkar fbshipit-source-id: a6507a380f00fbb1df6ba12f481a0104db4626c3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
42325e41c5
commit
81e1b3b1bd
@@ -20,7 +20,7 @@ target 'Tutorial' do
|
|||||||
$static_framework = ['FlipperKit', 'Flipper', 'Flipper-Folly',
|
$static_framework = ['FlipperKit', 'Flipper', 'Flipper-Folly',
|
||||||
'CocoaAsyncSocket', 'ComponentKit', 'Flipper-DoubleConversion',
|
'CocoaAsyncSocket', 'ComponentKit', 'Flipper-DoubleConversion',
|
||||||
'Flipper-Glog', 'Flipper-PeerTalk', 'Flipper-RSocket', 'Yoga', 'YogaKit',
|
'Flipper-Glog', 'Flipper-PeerTalk', 'Flipper-RSocket', 'Yoga', 'YogaKit',
|
||||||
'CocoaLibEvent', 'OpenSSL-Universal', 'boost-for-react-native']
|
'CocoaLibEvent', 'OpenSSL-Universal', 'Flipper-Boost-iOSX', 'Flipper-Fmt']
|
||||||
|
|
||||||
pre_install do |installer|
|
pre_install do |installer|
|
||||||
Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
|
Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ SPEC CHECKSUMS:
|
|||||||
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
|
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
|
||||||
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
|
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
|
||||||
Flipper-Folly: 83af37379faa69497529e414bd43fbfc7cae259a
|
Flipper-Folly: 83af37379faa69497529e414bd43fbfc7cae259a
|
||||||
Flipper-Glog: 05579840e2750ec907ee2f81544f41ad76a7cae4
|
Flipper-Glog: 1d83ad3697bf5baf44c9f18202cd2578797066f6
|
||||||
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
||||||
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
|
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
|
||||||
FlipperKit: 44a312ebace6e44d98d078e044178bedd42ea0c8
|
FlipperKit: 44a312ebace6e44d98d078e044178bedd42ea0c8
|
||||||
|
|||||||
Reference in New Issue
Block a user