From f3999f601f5192f882e2f969205a38e117ea5b69 Mon Sep 17 00:00:00 2001 From: DashaGitHub Date: Fri, 9 Aug 2019 16:48:21 +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 fe6cd0a..ad49254 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