Fix Podfile.template path

This commit is contained in:
Elliot Hesp 2017-06-12 13:26:39 +01:00
parent 9342a0e748
commit 7d607ac32a
1 changed files with 1 additions and 1 deletions

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")