Hassara - 2010-10-07

The installation and usage of this Framework and Plugin assumes that you already have a working version of MySQL on your system.  I will not cover how to get MySQL installed on your computer(s).  There are plenty of excellent tutorials, guides, and books available that shows how.

The steps for getting project installed and running are very simple.
1.  Download and extract the toolkit.  You will be left with a directory named "CocoaDbToolkit.Framework".  Copy or move this folder into your Library/Frameworks folder.
2. Inside Xcode, right click your project (the first line on the left list) and select Add | Existing Files…  This will bring up the file browser.
3. Navigate to your home folder, then Library followed by Frameworks.  Select the CocoaDbToolkit.Framework folder and click Add.  This will add the Framework and Plugin to your project.
4. Open the Targets item on the left list and double click your project.
5. Click the Build tab at the top of the window.
6. Scroll about half-way down and double click the line to the right of User Header Search Paths.
7. Click the "+" sign then double click on the right side of the new line that was added.
8. Enter /usr/local/mysql/include and click Ok.  The location of MySQL may be different on your system, so this may not be the correct path.  Again, I will not cover the installation of MySQL here.
9. Close the Target Info window.

The Framework and Plugin have now both been added to your project.