From 548e217c82cf22bbe9c50d6efbf8954c960290cd Mon Sep 17 00:00:00 2001 From: Nikita Semenov Date: Thu, 18 Aug 2022 08:58:11 +0300 Subject: [PATCH] feat: added verbose tag --- xcode/commonFastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 0c00145..0ba1ed1 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -21,7 +21,8 @@ private_lane :installDependencies do |options| end cocoapods( - try_repo_update_on_error: true + try_repo_update_on_error: true, + verbose: true ) end