From e6608abb28e9c683e9c59c263a2713b7b172d385 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Thu, 18 Apr 2019 23:12:50 +0300 Subject: [PATCH] don't wipe carthage cache anymore --- xcode/commonFastfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 58d7604..302cbe4 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -11,10 +11,7 @@ before_all do |lane, options| end if File.exists? "../Cartfile" - # wipe swift 4.x builded binaries - sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit") - - carthage(command: "update", platform: "iOS") + carthage(command: "bootstrap", platform: "iOS") end cocoapods(