fix paths

This commit is contained in:
Ivan Smolin 2019-03-11 18:42:02 +03:00
parent 5e9b785962
commit 5efaf15990
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ private_lane :installDependencies do |options|
sh("rm -rf #{podsReposPath}")
end
if File.exists? "./Cartfile"
if File.exists? "../Cartfile"
carthage(platform: "iOS")
end
@ -258,7 +258,7 @@ def symbolize_keys(hash)
end
def fabric_keys_from_xcodeproj(xcodeproj_path)
fabric_keys_from_shell_script(sh("cat ../#{xcodeproj_path}/project.pbxproj | grep 'Fabric/run'"))
fabric_keys_from_shell_script(sh("cat #{xcodeproj_path}/project.pbxproj | grep 'Fabric/run'"))
end
def fabric_keys_from_shell_script(shell_script_contents)