From f43aef1fe28f29c6b8e22b22c292108b926cdf6c Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Wed, 30 Jan 2019 20:32:19 +0300 Subject: [PATCH] add carthage to fastfile --- xcode/commonFastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ab0695b..d03a2f0 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -10,6 +10,8 @@ before_all do |lane, options| sh("rm -rf #{podsReposPath}") end + carthage(platform: "iOS") + cocoapods( clean: true, repo_update: true