summaryrefslogtreecommitdiffstats
path: root/ios/.xcode.env
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2023-12-09 17:22:38 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2023-12-09 17:22:38 +0100
commitde52f51a0ad59500ac24992d63a45f0972ee38fe (patch)
tree18d927ce2ee5a03d8073ea1d2acdb08e3bded782 /ios/.xcode.env
downloadcyberbadge_mobile-de52f51a0ad59500ac24992d63a45f0972ee38fe.tar.gz
cyberbadge_mobile-de52f51a0ad59500ac24992d63a45f0972ee38fe.zip
Initial commit
Generated by react-native@0.73.0
Diffstat (limited to 'ios/.xcode.env')
-rw-r--r--ios/.xcode.env11
1 files changed, 11 insertions, 0 deletions
diff --git a/ios/.xcode.env b/ios/.xcode.env
new file mode 100644
index 0000000..3d5782c
--- /dev/null
+++ b/ios/.xcode.env
@@ -0,0 +1,11 @@
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
6# NODE_BINARY variable contains the PATH to the node executable.
7#
8# Customize the NODE_BINARY variable here.
9# For example, to use nvm with brew, add the following line
10# . "$(brew --prefix nvm)/nvm.sh" --no-use
11export NODE_BINARY=$(command -v node)