sanjihan
sanjihan

Reputation: 5992

add git package to existing xcode project

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

Answers (1)

Joshua Nozzi
Joshua Nozzi

Reputation: 61228

Use Git Submodules to add this repo as a submodule. Or use a system like CocoaPods to manage dependencies.

Upvotes: 1

Related Questions