From 4de6d4ad346204a3444ba7ba7336eb32741900e3 Mon Sep 17 00:00:00 2001 From: Alberto Cabrera Date: Fri, 12 Jan 2024 13:08:50 +0800 Subject: [PATCH] update flipper --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index c07c60872..c0d511e3e 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -27,7 +27,7 @@ target 'MissionHub' do # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable these next few lines. - use_flipper! + use_flipper!({ 'Flipper-Folly' => '2.5.3', 'Flipper' => '0.87.0', 'Flipper-RSocket' => '1.3.1' }) post_install do |installer| flipper_post_install(installer)