We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ef632 commit 61915bdCopy full SHA for 61915bd
bin/cocoapods.sh
@@ -21,6 +21,22 @@ if [ -f $podfile ]
21
22
if [ "$generate_env_file" != "y" ]
23
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
37
+ # fi
38
39
40
echo "Add the following pods":
41
echo ""
42
0 commit comments