1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-18 20:30:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

support 0.77+ (#482)

* 0.78 example

* fix 0.77+ bridgeless detection
This commit is contained in:
Sunny Luo
2025-03-06 22:33:39 +08:00
committed by GitHub
parent 4944b05378
commit 93f2d51c46
11 changed files with 676 additions and 666 deletions

View File

@@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum