Skip to content

Commit

Permalink
Remove deprecated inline comment
Browse files Browse the repository at this point in the history
We decided to go with Hermes, so we no longer need to mention that we are still deciding.
  • Loading branch information
fluiddot committed Jul 27, 2023
1 parent e3d14fa commit 23d9fbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios-xcframework/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'}"
Expand Down

0 comments on commit 23d9fbd

Please sign in to comment.