mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-19 09:01:58 +08:00
fix(crashlytics,ios): use quotes on build script (#2962)
This commit is contained in:
committed by
Mike Diarmid
parent
99408e043c
commit
8527aa8c48
@@ -18,8 +18,8 @@ set -e
|
||||
|
||||
if [[ ${PODS_ROOT} ]]; then
|
||||
echo "info: Exec Fabric Run from Pods"
|
||||
${PODS_ROOT}/Fabric/run
|
||||
"${PODS_ROOT}/Fabric/run"
|
||||
else
|
||||
echo "info: Exec Fabric Run from framework"
|
||||
${PROJECT_DIR}/Fabric.framework/run
|
||||
"${PROJECT_DIR}/Fabric.framework/run"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user