add carthage to fastfile

This commit is contained in:
Ivan Smolin 2019-01-30 20:32:19 +03:00
parent a17eabbe42
commit f43aef1fe2
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ before_all do |lane, options|
sh("rm -rf #{podsReposPath}")
end
carthage(platform: "iOS")
cocoapods(
clean: true,
repo_update: true