From 1a1381dd19c2120c5ed51cee5ff798e2e6d54c40 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 17 Jan 2020 11:47:53 +0300 Subject: [PATCH] =?UTF-8?q?change=20Rom=D1=83=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 396b8f8..58708c4 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -21,7 +21,7 @@ private_lane :installDependencies do |options| use_rome = File.exists? "../Romefile" swift_version = sh("xcrun swift --version | head -1 | sed 's/.*\\(\(.*\)\\).*/\\1/' | tr -d \"()\" | tr \" \" \"-\"").chop - rome_path = "Pods/Rome/rome" + rome_path = "../Pods/Rome/rome" rome_options = "--platform iOS --cache-prefix #{swift_version} --romefile ../Romefile" carthage_install = lambda do