FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
edge-react-gui/ios/.xcode.env at develop · EdgeApp/edge-react-gui · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
EdgeApp
/
edge-react-gui
Public
Notifications
You must be signed in to change notification settings
Fork
293
Star
519
Code
Issues
51
Pull requests
144
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
edge-react-gui
/
ios
/
.xcode.env
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (11 loc) · 509 Bytes
Breadcrumbs
edge-react-gui
/
ios
/
.xcode.env
Copy path
File metadata and controls
12 lines (11 loc) · 509 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
#
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
)
export
ENTRY_FILE
=
index.ts
Back
|
FazBrowse Home
|
New Git URL