Skip to content

Commit 61915bd

Browse files
committed
WIP: update script
1 parent d7ef632 commit 61915bd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: bin/cocoapods.sh

+16
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ if [ -f $podfile ]
2121

2222
if [ "$generate_env_file" != "y" ]
2323
then
24+
25+
# pod outdated | grep "The following pod updates are available:"
26+
# status=$?
27+
# if [ $status -eq 0 ]; then
28+
# echo "From what I can tell, there look to be updates available..."
29+
# echo "Do you want to update your cocoapods? [N/y]"
30+
# read update_pods
31+
# if [ "$update_pods" != "y" ]
32+
# then
33+
# pod update --project-directory=ios
34+
# exit 0
35+
# else
36+
# exit 0
37+
# fi
38+
# fi
39+
2440
echo "Add the following pods":
2541
echo ""
2642
echo ""

0 commit comments

Comments
 (0)