about summary refs log tree commit diff
path: root/ios/.xcode.env
blob: 9d643e97ae666b7921209a2e14f262e284757f1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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)