Skip to content

Commit 86a1f3c

Browse files
authored
Use bundler in the prepare command
1 parent a97b4d0 commit 86a1f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bundle install
1111
echo "============================================"
1212
echo "Installing CocoaPods"
1313
echo "============================================"
14-
pod install
14+
bundle exec pod install
1515
echo "============================================"
1616
echo "Changing bundle identifiers"
1717
echo "============================================"

0 commit comments

Comments
 (0)