How to use the Evernote SDK in your own Mac project.
- Download the Evernote SDK from github
- Drag the EvernoteSDK Xcode project into your own project
- Add the
EvernoteSDK-mac.framework
- Add
EvernoteSDK-Mac
to theTarget dependencies
- Add a
Copy files
build phase and choose destinationFrameworks
from the pull down menu, then add theEvernoteSDK-mac.framework
to the list
- Use Evernote SDK in your source by adding
#import <EvernoteSDK-Mac/EvernoteSDK.h>
- Setup shared Evernote session object
- Find a sweet spot for authentication
- Use Evernote API