Extras/GrowlTunes/GrowlTunes.xcodeproj/project.pbxproj
2009-04-15 Switched the build configurations to use the DWARF-with-dSYM debug symbol format. We'll keep the dSYM files for each release so that we can symbolicate crash logs from the stripped executables.
2009-04-15 Assorted changes that Xcode 3 wanted to make.
2008-06-25 Don't copy headers to GrowlTunes' PlugIns folder.
2007-09-19 Changed all lproj folder names (and updated projects appropriately) to their modern i18n names rather than the deprecated natural language ones, where needed.
2007-09-13 Swedish, Dtch, and pt_BR updates
2007-09-11 Don't include the 'Composed by %@' bit if there isn't a composer.
2007-09-01 There is absolutely no excuse for putting strings not suitable for display into NSLocalizedString().
2007-08-31 Added a gaggle of Extras translations
2007-08-29 zh_TW translation from Jack Lin. Dutch localization from Alexander Henket. Japanese localization form Daisuke Okada. French localization from Jean-Pierre Kuypers. Russian localization from Valentine Parnakh. Awesomeness - thanks, folks.
2007-01-14 In an attempt to get 1.1 shipped faster, GrowlTunesPlugin will be shipped at a later date than 1.1, and 1.1 will ship GrowlTunes. This gives Rudy the ability to focus on Growl itself so that it gets finished faster.
2005-11-28 Merge branch @ [3238] into trunk
2005-11-24 Demolishing extra Target store (baram psh!)
2005-11-24 drops the Tiger buildstyle, we don't need it anymore.
2005-11-24 Fixed paths of plugins
2005-11-24 Trying to get composer to work; GrowlTunes is b0rked right now I think.
2005-10-23 GrowlTunesController now inherits from GrowlAbstractSingletonObject. Removed redundant singleton code.
2005-10-23 Updated project file so that we don't build for i386 in development builds. Zerolink wasn't working with this turned on, so it was either turn this or Zerolink off. It seemed there would be more benefit from leaving Zerolink on that Universal Binaries for development builds.
2005-09-20 Fixed some more new warnings
2005-06-26 Used install_name_tool to correct the install name of the framework universal binaries. Corrected the dependencies of the "external frameworks" targets.
2005-06-25 Universal binaries for growlnotify, growlctl and GrowlTunes
2005-06-17 Changed sdp shell script phase to use $SCRIPT_INPUT_FILE_0
2005-06-17 - GrowlTunes rating menu now selects the rating of the current track
2005-06-16 Added AppleScript support for GrowlTunes (tell application "GrowlTunes" to show current track)
2005-06-16 Added French localization by Max Bertrand
2005-06-15 Fixed symlinks to built products
2005-06-12 Create $BUILT_PRODUCTS_DIR if it doesn't exist
2005-06-12 - Added more aggregate targets for external targets
2005-06-07 Updated some paths
2005-06-07 Added xCoDe 2.1 projects. The paths to Growl.framework in the subprojects need some tweaking.