From cb59454a47ec605565a14a7de47c59677a3f80d8 Mon Sep 17 00:00:00 2001 From: DashaGitHub Date: Fri, 9 Aug 2019 18:51:04 +0300 Subject: [PATCH] Turn on repo update command --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index fb4884c..64dee17 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -20,7 +20,7 @@ private_lane :installDependencies do |options| end cocoapods( - repo_update: false + repo_update: true ) end