Extras/GrowlSafari/GrowlSafariLoader.m
2009-09-15 Add support to GrowlSafari for the WebKit nightly-build launcher.
2009-09-15 Instead of #defining Safari's bundle identifier in two places, #define it in a header file, and #import that into both of the places where we had been #defining it.
2009-08-28 Since we now run the helper tool in the appropriate architecture, it no longer matters what architecture the background app runs as.
2009-08-28 Use arch to run the helper tool in the appropriate architecture.
2009-08-28 GrowlSafari: this works for me on 10.6, we will need to codesign the helper so that we don't get logging from the kernel about there being cs_invalid_page and clearing CS_VALID. we'll also need to tone down the logging and vulgarity of mach_inject so we don't get questions on the list as to why we're putting fuck and shit into their log file
2009-08-24 GrowlSafari is now an application, not an Input Manager bundle. The user should keep our application in their Login Items list. It uses mach_inject to inject its code into Safari.
2005-06-04 Changed GrowlSafariLoader to load the GrowlSafari bundle when NSApplicationWillFinishLaunchingNotification is posted
2005-05-30 GrowlSafari is now an InputManager and no longer requires SIMBL