Merge pull request #89 from TouchInstinct/feature/carthage

add carthage to fastfile
This commit is contained in:
Ivan Smolin 2019-02-11 16:09:53 +03:00 committed by GitHub
commit 6c3be07d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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