Reputation: 5992
How do you use a git package (I am strugling with this one, but any other will probably cause problems too) in already existing OSX Project? Sorry if this is a newbie question. Never used source control before.
Upvotes: 0
Views: 46
Reputation: 61228
Use Git Submodules to add this repo as a submodule. Or use a system like CocoaPods to manage dependencies.
Upvotes: 1