diff options
| author | hc <haocheng.xie@respiree.com> | 2026-04-13 15:31:59 +0800 |
|---|---|---|
| committer | hc <haocheng.xie@respiree.com> | 2026-04-13 15:31:59 +0800 |
| commit | da5bb92c8ee7c4cf44fb0787e63abaab1ced8236 (patch) | |
| tree | 3df5de780c0c58eb950f0829052c409518eabbbd /ios/.xcode.env | |
| parent | 5e14747fb7e294fb048cda827594e651526f814f (diff) | |
Add Xcode env file
Diffstat (limited to 'ios/.xcode.env')
| -rw-r--r-- | ios/.xcode.env | 11 |
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 | ||
| 11 | export NODE_BINARY=$(command -v node) | ||
