1
0
Fork 0
mirror of https://github.com/BlueWallet/BlueWallet.git synced 2025-03-16 12:13:07 +01:00
BlueWallet/.xcode-env
Marcos Rodriguez Vélez c95350b68f
OPS: Update RN ()
2023-03-04 17:51:11 +00:00

13 lines
484 B
Text

# This `.xcode.env` file is versioned and is used to source the
environment
# used when running script phases inside Xcode.
# To customize your local environment, you can create an
`.xcode.env.local`
# file that is not versioned.
# NODE_BINARY variable contains the PATH to the node executable.
#
# Customize the NODE_BINARY variable here.
# For example, to use nvm with brew, add the following line
# . "$(brew --prefix nvm)/nvm.sh" --no-use
export NODE_BINARY=$(command -v node)