I have created a SIMBL plugin for TextEdit in Lion however I am unable to send an NSDistributedNotification with a userInfo object as the Sandbox stops the Notification from being posted.
I get the following message: TextEdit: * attempt to post distributed notification thwarted by sandboxing.
I believe it has something to do with the following entitlement; com.apple.security.temporary-exception.apple-events
How do I implement this in my plugin? Or do I need to alter the entitlements for TextEdit in order to send notifications?