Using the HTTPRiot Framework in your Desktop Applications

  1. Right click Other Frameworks in XCode and select Add Existing Frameworks. Select the HTTPRiot.framework and press Add.
    httpriot-framework.png
  2. Include the framework #include <HTTPRiot/HTTPRiot.h> in your project. That's it!

Embedding HTTPRiot.framework in your application

If you want to distribute HTTPRiot.framework with your application you'll need to do another step.

  1. Right click your target name and select "Add > New Build Phase > New Copy Files Build Phase". Set Frameworks as the destination path in the popup.
    copy-files.png
  2. Drag the HTTPRiot.framework file to this new phase.