I'm working on a SIMBL bundle and I'm wondering if there is an existing library that would make it easy for me to send some sort of command (perhaps over a socket) to my开发者_JAVA百科 library without me building a tcp server from scratch?
You could use NSDistributedNotificationCenter, most likely.
精彩评论