Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

12 wiersze
482 B

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