Skip to content

Commit

Permalink
[futurepress#100] iOS updates (New Arch)
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Feb 25, 2024
1 parent 9580721 commit af4ee69
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 249 deletions.
5 changes: 5 additions & 0 deletions example/ios/.xcode.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
# Customize the NODE_BINARY variable here.
# For example, to use nvm with brew, add the following line
# . "$(brew --prefix nvm)/nvm.sh" --no-use

# To allow finding Node installed via NVM.
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

export NODE_BINARY=$(command -v node)
Loading

0 comments on commit af4ee69

Please sign in to comment.