CocoaMC: MantisConnect, made easy.

What is CocoaMC
    CocoaMC is a simple Cocoa framework that wraps all of the available SOAP web service calls for MantisConnect. Making it easier for Cocoa developers to integrate with their, or their client’s Mantis bug trackers.
How to use CocoaMC
    CocoaMC is very simple to use (I promise!). All you need to do to use the CocoaMC framework is as follows:
    - Unzip the framework somewhere onto your hard drive
    - From your XCode project, right click on the “Frameworks” group, and select “Add” and then select “Existing Frameworks”
    - Create a new “Copy Files” build phase
    - For the destination, select “Frameworks” (This is very important!)
    - Drag the CocoaMC.framework icon from the Frameworks group/folder into that build phase.
 
    Now, CocoaMC should be linked, and bundled inside your application bundle with each build (given how CocoaMC is built, this is absolutely necessary!)