change Romу path

This commit is contained in:
Ivan Smolin 2020-01-17 11:47:53 +03:00
parent 16eeea5b55
commit 1a1381dd19
1 changed files with 1 additions and 1 deletions

View File

@ -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