Skip to content

Commit 104899b

Browse files
committed
add prefix to cocoapod template
1 parent 953e89a commit 104899b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/cocoapods.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ ! -d $ios_dir ]
99
fi
1010

1111
podfile="$ios_dir/Podfile"
12-
template=`pwd`/node_modules/react-native-oauth/ios/Podfile.template
12+
template=`pwd`/node_modules/@gsandf/react-native-oauth/ios/Podfile.template
1313

1414
echo "Checking Podfile in iOS project ($podfile)"
1515

@@ -21,7 +21,7 @@ if [ -f $podfile ]
2121

2222
if [ "$generate_env_file" != "y" ]
2323
then
24-
24+
2525
echo "Add the following pods":
2626
echo ""
2727
echo ""

0 commit comments

Comments
 (0)