This commit is contained in:
Ivan Smolin 2019-03-22 16:38:59 +03:00
parent a039f4b4c3
commit 13bef27dbf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ before_all do |lane, options|
sh("rm -rf #{podsReposPath}")
end
if File.exists? "Cartfile"
if File.exists? "../Cartfile"
carthage(platform: "iOS")
end