From 45cc5d6a855ec43e4f630fb42d808e2d2bd89764 Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Thu, 16 Apr 2020 14:28:45 +0100 Subject: [PATCH] remove callsite --- template/ios/Podfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/template/ios/Podfile b/template/ios/Podfile index 6e1ebd6181167f..8e81ab05d7580d 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -18,9 +18,6 @@ target 'HelloWorld' do # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable these next few lines. use_flipper! - post_install do |installer| - flipper_post_install(installer) - end end target 'HelloWorld-tvOS' do