Skip to content

Commit

Permalink
iOS updates, probably fixes [#32] - Adds privacy manifest file, but n…
Browse files Browse the repository at this point in the history
…ot tested yet, if correctly
  • Loading branch information
birdofpreyru committed Mar 26, 2024
1 parent 2d0bd8f commit 1e75477
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 244 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 1e75477

Please sign in to comment.