FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ios/.xcode.env at main · NativeScript/ios · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
ios
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
42
Star
150
Code
Issues
52
Pull requests
20
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ios
/
.xcode.env
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (9 loc) · 561 Bytes
Breadcrumbs
ios
/
.xcode.env
Copy path
File metadata and controls
9 lines (9 loc) · 561 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
#
Environment defaults for Xcode build phases (sourced by the "Generate
#
RuntimeBuiltins" phase before running tools/js2c.mjs).
#
#
Xcode runs build phases with a minimal PATH and never reads your shell
#
profile, so a node installed through a version manager (nvm, fnm, volta,
#
asdf, ...) is invisible here. Run `npm run setup-xcode-env` to record your
#
node in .xcode.env.local (gitignored), which is sourced after this file and
#
overrides it. Keep this file free of machine-specific paths.
export
NODE_BINARY
=
"
${
NODE_BINARY:-$(command -v node || true)
}
"
Back
|
FazBrowse Home
|
New Git URL