From 23d9fbd0e729d45823cae7a90c8d35625d2a67be Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Thu, 27 Jul 2023 11:59:15 +0200 Subject: [PATCH] Remove deprecated inline comment We decided to go with Hermes, so we no longer need to mention that we are still deciding. --- ios-xcframework/Podfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/ios-xcframework/Podfile b/ios-xcframework/Podfile index cbc74dbebf..7b4d486551 100644 --- a/ios-xcframework/Podfile +++ b/ios-xcframework/Podfile @@ -5,9 +5,6 @@ require 'xcodeproj' REACT_NATIVE_PATH = '../gutenberg/node_modules/react-native' require_relative File.join(REACT_NATIVE_PATH, 'scripts', 'react_native_pods') -# We are still trying to decide whether to adopt Hermes or not. -# -# This switch allows us to switch between approaches on the go. HERMES_ENABLED = ENV.fetch('HERMES_ENABLED', true) puts "[Gutenberg] Installing pods with Hermes #{HERMES_ENABLED ? 'enabled' : 'disabled'}"