xref: /MusicFree/ios/.xcode.env (revision bf6e62f27bf21a011995d7561e0093fae1a2d72e)
1*bf6e62f2S猫头猫# This `.xcode.env` file is versioned and is used to source the environment
2*bf6e62f2S猫头猫# used when running script phases inside Xcode.
3*bf6e62f2S猫头猫# To customize your local environment, you can create an `.xcode.env.local`
4*bf6e62f2S猫头猫# file that is not versioned.
5*bf6e62f2S猫头猫
6*bf6e62f2S猫头猫# NODE_BINARY variable contains the PATH to the node executable.
7*bf6e62f2S猫头猫#
8*bf6e62f2S猫头猫# Customize the NODE_BINARY variable here.
9*bf6e62f2S猫头猫# For example, to use nvm with brew, add the following line
10*bf6e62f2S猫头猫# . "$(brew --prefix nvm)/nvm.sh" --no-use
11*bf6e62f2S猫头猫export NODE_BINARY=$(command -v node)
12