mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
Fix incorrect Podfile.template path
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user