File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 # Setting a flag to avoid running this command on every require
33 @exit_hooks_installed = true
44
5- NODE_BINARY || = ENV [ "NODE_BINARY" ] || `command -v node` . strip
6- CLI_COMMAND || = "'#{ NODE_BINARY } ' '#{ File . join ( __dir__ , "../dist/node/cli/run.js" ) } '"
7- PATCH_XCODE_PROJECT_COMMAND || = "#{ CLI_COMMAND } patch-xcode-project '#{ Pod ::Config . instance . installation_root } '"
5+ NODE_BINARY = ENV [ "NODE_BINARY" ] || `command -v node` . strip
6+ CLI_COMMAND = "'#{ NODE_BINARY } ' '#{ File . join ( __dir__ , "../dist/node/cli/run.js" ) } '"
7+ PATCH_XCODE_PROJECT_COMMAND = "#{ CLI_COMMAND } patch-xcode-project '#{ Pod ::Config . instance . installation_root } '"
88
99 # Using an at_exit hook to ensure the command is executed after the pod install is complete
1010 at_exit do
You can’t perform that action at this time.
0 commit comments