evernote-sdk-mac
evernote-sdk-mac copied to clipboard
Evernote SDK for Cocoa
The evernote-sdk-mac cannot be used with XCode 14.3 due to the reliance on multiple functions deprecated in iOS 9 and 10 that are no longer permitted based on the minimum...
Hello, I see a blank screen if I opt to login with Apple ID. Furthermore, even after entering valid credentials authentication fails. Is anyone facing this issue? - Regards, Sumit...
What is the status of this project? Seems like there hasn't been much activity in a while, is it still relevant?
Change 'Dynamic Library Install Name Base' (i.e., DYLIB_INSTALL_NAME_BASE) from '/Library/Frameworks' to '@rpath'. Otherwise the macOS App used can't correctly run with error of ''dyld: Library not loaded: /Library/Frameworks/EvernoteSDK-Mac.framework/Versions/A/EvernoteSDK-Mac"
Let's take your sample app for Mac OS. If I press cancel during authorization the completionHandler in authenticateWithWindow method have never been called.
`-[THTTPRequest flush]` enqueues operations onto the main queue and waits until they're finished: ``` [[NSOperationQueue mainQueue] addOperations:@[self.httpOperation] waitUntilFinished:YES]; ``` This prohibits developers from writing Foundation tools that do not utilize...
Please note that I have NOT tested these changes thoroughly. They worked for me with my app, and allowed the SDK to run on 10.6, but it is possible they...
While most Mac apps are packages that can embed a framework to use, not all of them are. For ones that really are just plain executable files, it'd be nice...