Common/Source/GrowlPathUtilities.m
2009-08-01 Common: clang warning
2009-07-07 committing Nick Zitzmann's patch with additional project changes in order for the prefpane to actually load in 64-bit mode under System Preferences, oddly we were linking to SystemUIPlugin.framework unnecessarily which was causing a GC mismatch and resulting it in relaunching in 32-bit mode
2008-05-09 We now record all notifications from all pathways in a central location: ~/Library/Application Support/Growl/Saved Notifications. That directory contains one subdirectory per day, and each of those subdirectories contains plist files which are named in the pattern “Growl saved notification #NUMBER.plist” (where NUMBER increases monotonically from 0).
2008-02-17 Changed -runningHelperAppBundle to not call bundleWithIdentifier:, so that it isn't dependent on whether a bundle with that identifier was ever previously instantiated from another method.
2008-02-09 GrowlPathUtilities' search for the GrowlHelperApp bundle now looks for a running GHA process first. If found, it returns the bundle for that process.
2008-02-07 Renamed HelperAppBundleIdentifier to GROWL_HELPERAPP_BUNDLE_IDENTIFIER, and moved it to GrowlDefinesInternal.h (just below GROWL_PREFPANE_BUNDLE_IDENTIFIER).
2007-01-19 Fixed formatting error from previous checkin
2007-01-19 Fixes Ticket #665
2006-01-27 Updated copyright year
2005-10-23 Removed unneeded #import
2005-09-23 Restored the Cocoa nature to GrowlPathUtilities.
2005-09-07 Fixed growlctl compilation
2005-09-04 GrowlLog and GrowlPathUtilities were classes without instance methods, so I converted them to collections of C functions to avoid the messaging overhead.
2005-09-03 Some smallish fixes: removed trailing whitespace, actually add the idle timer to the runloop, one method name started with a capital letter
2005-07-07 Removing duplicate symbols from GAB.h.
2005-07-06 Moved constants to {{{GrowlDefinesInternal.h}}}.
2005-07-06 Added !GrowlPluginsDirectory.
2005-07-03 Compilation fixes
2005-07-02 - s/GrowlPathUtil/&ities/
2005-07-02 Merging [2679] by ingmar: Replaced {{{+[NSBundle bundleForClass]}}} with {{{+[NSBundle bundleWithIdentifier]}}} which seems to be quite a bit faster
2005-07-01 Renaming !GrowlPathGenerator to GrowlPathUtilities, for uniformity with GrowlVersionUtilities.