-
Notifications
You must be signed in to change notification settings - Fork 256
Build and use in your OSX project
Tommaso Madonia edited this page Jan 17, 2014
·
2 revisions
-
Clone git repository or download a ZIP archive (and unzip).
-
Open the NMSSH project in Xcode.
-
Click
Product -> Buildor⌘B -
Open the
Productsgroup in the file browser, right clickNMSSH.frameworkand clickShow in Finder
- Copy
NMSSH.frameworkinto your project
- Open
Build Phasesin your project settings. DragNMSSH.frameworkinto the groupLink Binary with Libraries.
- Click
Add Build Phasein the lower right of the screen. PickAdd Copy Files. Set Destination to Frameworks and dragNMSSH.frameworkinside.
- Done!



