Regenerate iOS and Android projects, patch boost issue

This commit is contained in:
Niklas Korz 2024-01-01 22:52:34 +01:00
parent d5e02b5b84
commit 6390d56470
31 changed files with 2759 additions and 8 deletions

11
app/ios/.xcode.env Normal file
View file

@ -0,0 +1,11 @@
# 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)