mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 03:37:47 +00:00
7 lines
268 B
Bash
7 lines
268 B
Bash
THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)
|
|
|
|
. ${THIS_DIR}/../node_modules/react-native/scripts/find-node-for-xcode.sh
|
|
|
|
export NODE_BINARY=$(command -v node)
|
|
export ENTRY_FILE="${PROJECT_DIR}/../../index.ios.js"
|