Merge pull request #89 from TouchInstinct/feature/carthage
add carthage to fastfile
This commit is contained in:
commit
6c3be07d83
|
|
@ -10,6 +10,8 @@ before_all do |lane, options|
|
|||
sh("rm -rf #{podsReposPath}")
|
||||
end
|
||||
|
||||
carthage(platform: "iOS")
|
||||
|
||||
cocoapods(
|
||||
clean: true,
|
||||
repo_update: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue