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',
|
||||
'CocoaAsyncSocket', 'ComponentKit', 'Flipper-DoubleConversion',
|
||||
'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|
|
||||
Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
|
||||
|
||||
Reference in New Issue
Block a user