GitHub - Abizern/CommitViewer: An example Xcode project to demonstrate how to add the ObjectiveGit framework to a project. (original) (raw)

Commit Viewer

This is an example project demonstrating how to add the ObjectiveGit framework to a Cocoa application.

Don't expect it to do too much, it just lets you open a repository and presents some information from the commit pointed to by head.

Adding the ObjectiveGit Framework

These are the steps to add the framework to your project:

NB As with any other framework, when you want to use any of it's methods, be sure to import <ObjectiveGit/ObjectiveGit.h>.

And that's it! Use this project to see what the settings look like after they have been applied.