From 8fe11e2806cd9f47ce9f9c3fb93db58000fd4fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Sat, 17 Aug 2024 19:33:26 +0200 Subject: [PATCH] Remove Flipper references from Podfile template (#2166) --- .../local-cli/generator-macos/templates/macos/Podfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/react-native/local-cli/generator-macos/templates/macos/Podfile b/packages/react-native/local-cli/generator-macos/templates/macos/Podfile index b5b948ba15736f..98f07a2b56efe5 100644 --- a/packages/react-native/local-cli/generator-macos/templates/macos/Podfile +++ b/packages/react-native/local-cli/generator-macos/templates/macos/Podfile @@ -14,8 +14,6 @@ target 'HelloWorld-macOS' do :path => '../node_modules/react-native-macos', :hermes_enabled => false, :fabric_enabled => ENV['RCT_NEW_ARCH_ENABLED'] == '1', - # Flipper is not compatible w/ macOS - :flipper_configuration => FlipperConfiguration.disabled, # An absolute path to your application root. :app_path => "#{Pod::Config.instance.installation_root}/.." )