# Evernote SDK for Mac: Async requests and file attachment support

*2012-11-22*

Current [HEAD] of [Evernote SDK for Mac OS X][Mac SDK] does not support async requests but the [iOS SDK] does.

So I ported modern Objective-C code (means non-thrift) from the iOS SDK.

[ngs/evernote-sdk-mac][fork]

This version enables note creation very easy.

<!--more-->

The below is an example to create new note from a PDF file as an attachment.

<script src="https://gist.github.com/ngs/4128085.js"></script>

I have already sent a [pull-request] to the Evernote team. I you like this, please add comment with `+1` to the pull.

[iOS SDK]: https://github.com/evernote/evernote-sdk-ios
[Mac SDK]: https://github.com/evernote/evernote-sdk-mac
[pull-request]: https://github.com/evernote/evernote-sdk-mac/pull/2
[HEAD]: https://github.com/evernote/evernote-sdk-mac/tree/2dc7d3dae864c93952ebc008f987fb219e27883f
[fork]: https://github.com/ngs/evernote-sdk-mac


