about summary refs log tree commit diff
path: root/ios/.xcode.env
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-17 20:21:11 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-17 20:21:11 -0600
commita13f9bf0916f80417ea20cc98ad86fe51f1a60dd (patch)
treef124df035d35e80ce287c9ee87b034e2e8382b16 /ios/.xcode.env
parentb449ab842fc64177f8ba1e17199911f02cb99526 (diff)
downloadvoidsky-a13f9bf0916f80417ea20cc98ad86fe51f1a60dd.tar.zst
Upgrade to react-native 0.71.0
Diffstat (limited to 'ios/.xcode.env')
-rw-r--r--ios/.xcode.env10
1 files changed, 10 insertions, 0 deletions
diff --git a/ios/.xcode.env b/ios/.xcode.env
new file mode 100644
index 000000000..9d643e97a
--- /dev/null
+++ b/ios/.xcode.env
@@ -0,0 +1,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)
\ No newline at end of file