Reduces CI time to run tests (from 4.5 minutes to 1 minute)
Removes the carthage bootstrap step to run the project
Cons:
First include adds 11,128 lines of code
First include adds 15 MB to the git folder
I'm writing first because I think later this doesn't add as much.
This is somewhat different than adding the Pods folder to git because in CocoaPods you add all the source files, meanwhile here you only add the frameworks.
Includes the
Carthage/Build
folder in git.Pros:
carthage bootstrap
step to run the projectCons:
I'm writing first because I think later this doesn't add as much.
This is somewhat different than adding the
Pods
folder to git because in CocoaPods you add all the source files, meanwhile here you only add the frameworks.