Hi, I have an iOS app that is working pretty well. It's using core data and Dropbox to sync between user devices. I now want to add in OS/X functionality. Can you point me to best practice for this. Thanks
You can find the OS X Core SDK here: https://www.dropbox.com/developers/core/sdks/osx, and the Sync SDK here: https://www.dropbox.com/developers/sync/sdks/osx.
Both are pretty similar to their iOS counterparts... do you have any specific questions or issues you've encountered?