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'}"