2
0
mirror of synced 2025-01-23 12:50:05 +00:00

Fix incorrect Podfile.template path

This commit is contained in:
Elliot Hesp 2017-06-12 11:39:18 +01:00 committed by GitHub
parent 3f94ad5b99
commit 8bf660badc

View File

@ -7,7 +7,7 @@ if [ -d ios_dir ]
fi
podfile="$ios_dir/Podfile"
template=`pwd`/node_modules/react-native-firebase/Podfile.template
template=`pwd`/node_modules/react-native-firebase/ios/Podfile.template
project_name=$(node -pe "require('./package.json').name")