8000
Skip to content

Build and use in your OSX project

Tommaso Madonia edited this page Jan 17, 2014 · 2 revisions

Build the framework

  • Clone git repository or download a ZIP archive (and unzip).

  • Open the NMSSH project in Xcode.

  • Click Product -> Build or ⌘B

  • Open the Products group in the file browser, right click NMSSH.framework and click Show in Finder

Show in Finder

Use in your project

  • Copy NMSSH.framework into your project

Drag into project

  • Open Build Phases in your project settings. Drag NMSSH.framework into the group Link Binary with Libraries.

Link framework

  • Click Add Build Phase in the lower right of the screen. Pick Add Copy Files. Set Destination to Frameworks and drag NMSSH.framework inside.

Copy Files

  • Done!

Clone this wiki locally

0