HermesApp / Hermes

Compact macOS Pandora client that doesn’t use Flash
http://hermesapp.org/
MIT License
382 stars 99 forks source link

Updated for OS X 10 #245

Closed obycode closed 8 years ago

obycode commented 9 years ago

These commits fix errors compiling in Xcode 7.x for OS X 10. Also added the flag to make sure the distributed notifications are sent immediately, and an additional notification for the player state (playing, paused, stopped).

winny- commented 9 years ago

That's so weird it failed only on the last commit. I found some related information about the build issue. http://stackoverflow.com/questions/26504648/objective-c-10-10-nsapplication-delegate-cannot-call-method-defined-in-delegate

Did you compile on 10.10 locally?

As mentioned in the other issue, I don't have access to a Mac anymore, so I'm only commenting to help you figure out this issue.

obycode commented 9 years ago

Thanks for the tip. I'll take a look tonight. That's strange, because I definitely did build on 10.10 locally.