| 2009-09-09 |
Adding the --no-relocate flag in the Makefile so that PackageMaker will get the hint that we don't want these items to relocate.
|
file | diff | annotate |
| 2009-09-03 |
Increased version to 1.2b2.
|
file | diff | annotate |
| 2009-08-31 |
The Growl Installer package is now a flat package, and requires Leopard for that reason. Accordingly, removed the paragraph about Leopard vs. Tiger from the introductory text (in all languages), and updated the Release Makefile.
|
file | diff | annotate |
| 2009-08-31 |
Set the destination path of the GrowlMail installer package's one and only Choice (not to be confused with its Contents), so that Installer doesn't stop at the destination-selection screen with the only option disabled. Also increased its package version requirement to Mac OS X 10.5, which has the side effect of turning it into a flat package, and updated the package identifier and Makefile to match. Finally, increased the package version number to 1.2 (matching what the Makefile gives it).
|
file | diff | annotate |
| 2009-08-15 |
Add a target to the Makefile to build an archive containing only Growl.framework, the dSYM bundle for the framework, and the LICENSE file.
|
file | diff | annotate |
| 2009-08-15 |
Increase Growl.framework's version to 1.6b1. Also increase the version in the Makefile, for the purpose of the forthcoming Growl framework archive target.
|
file | diff | annotate |
| 2009-08-15 |
Update the default configuration name used by the Makefiles.
|
file | diff | annotate |
| 2009-08-15 |
Don't hard-code the Deployment configuration name here; use the BUILDSTYLE variable instead.
|
file | diff | annotate |
| 2009-08-04 |
Merged my removal of the Tiger pmdoc.
|
file | diff | annotate |
| 2009-08-04 |
Backed out changeset b1a276e5fbd9: We no longer need a Tiger-compatible GrowlMail Installer package.
|
file | diff | annotate |
| 2009-08-01 |
Merging the end of the 1.1 series with Rudy's work on 1.2.
|
file | diff | annotate |
| 2009-07-07 |
Added BeepHammer
|
file | diff | annotate |
| 2009-07-29 |
Increasing version to 1.1.6 final.
|
file | diff | annotate |
| 2009-07-25 |
Created a new, separate, Tiger-compatible Installer package for GrowlMail. Both packages now have OS-version requirements set, so that each one will recommend the other to the user if it is inappropriate for the user's current system.
|
file | diff | annotate |
| 2009-07-14 |
Increased version to 1.1.6b4.
|
file | diff | annotate |
| 2009-07-07 |
Increase version numbers to 1.1.6b3.
|
file | diff | annotate |
| 2009-07-05 |
Since we're now setting ownership and permissions from the postflight script, we no longer need to do it here in the Makefile and create our own BOM and archive files.
|
file | diff | annotate |
| 2009-07-05 |
Increase version to 1.1.6b2—this time, in InfoPlist.strings as well as the Info.plists, release Makefile, and growlnotify and GrowlHelperApp source.
|
file | diff | annotate |
| 2009-07-02 |
Increased version to 1.1.6b1.
|
file | diff | annotate |
| 2009-06-15 |
Increase all versions to 1.1.5 final.
|
file | diff | annotate |
| 2009-06-15 |
When updating version numbers in Info.plist files, also update those of the GrowlSafariLoader bundle.
|
file | diff | annotate |
| 2009-06-11 |
Increasing version to 1.1.5b3.
|
file | diff | annotate |
| 2009-06-08 |
Increased version to 1.1.5b2.
|
file | diff | annotate |
| 2009-04-16 |
Fixed the Release Makefile to delete a couple of files it creates, including the XcodeBuildSettings.plist file that it creates since revision 119ca790c252.
|
file | diff | annotate |
| 2009-04-15 |
Increased version to 1.1.5b1.
|
file | diff | annotate |
| 2009-04-15 |
Always perform a clean build when building releases. Besides being a Good Idea generally, this also specifically prevents another case of blank dSYM bundles resulting from building twice (this time, in separate, sequential make processes).
|
file | diff | annotate |
| 2009-04-15 |
The Release Makefile now creates a third product: a tarball of the dSYM bundles. This will make it easy for anyone to download the dSYM bundles for a past release, enabling them to symbolicate crash logs.
|
file | diff | annotate |
| 2009-04-07 |
Worked around a PackageMaker 3.0.3 bug: When we use it through the command-line, it errors out for no good reason, unless we provide an identifier for the package we're building (x-radar://problem/6765073).
|
file | diff | annotate |
| 2009-04-06 |
Xcode no longer saves the build folder preference here. It now saves it as SYMROOT in the application-wide build settings preference.
|
file | diff | annotate |
| 2009-04-06 |
Updates to the Growl build system to obtain the revision identifier from Mercurial instead of Subversion.
|
file | diff | annotate |
| 2009-03-13 |
Updating the version information in the Release Makefile.
|
file | diff | annotate |
| 2008-06-18 |
Updated version to 1.1.4 for release.
|
file | diff | annotate |
| 2008-06-17 |
Increased version number to 1.1.4b2.
|
file | diff | annotate |
| 2008-06-17 |
Added a blank echo before the note about the sudo command.
|
file | diff | annotate |
| 2008-06-17 |
This echo needs an @ in order to prevent make from printing the entire echo command before running it.
|
file | diff | annotate |
| 2008-06-17 |
Added a Growl notification to the Growl Release Makefile.
|
file | diff | annotate |
| 2008-06-17 |
Changed Release Makefile to allow building a Growl disk image as a regular (non-admin) user. Hit ctrl-d at the sudo prompt.
|
file | diff | annotate |
| 2008-06-17 |
Adding b1 to the VERSION definition in the Release Makefile.
|
file | diff | annotate |
| 2008-06-17 |
Updated Release Makefile for 1.1.4 beta.
|
file | diff | annotate |
| 2008-06-10 |
Fixed creation of the GrowlSafari Installer package:
|
file | diff | annotate |
| 2008-06-10 |
The correct filename extension for GrowlSafari's package is .pkg, not .mpkg, because it is a single package, not a metapackage.
|
file | diff | annotate |
| 2008-06-06 |
Set BETA to FALSE.
|
file | diff | annotate |
| 2008-05-13 |
As discussed on the list, set the release volume name to Growl-VERSION rather than 'Growl VERSION' to avoid problems with Apple's Installer.app
|
file | diff | annotate |
| 2008-01-31 |
Update copyright to 2008 and version for 1.1.3b1.
|
file | diff | annotate |
| 2007-11-01 |
Preparing for 1.1.2's release.
|
file | diff | annotate |
| 2007-10-30 |
Missed this file.
|
file | diff | annotate |
| 2007-10-24 |
1.1.2b1
|
file | diff | annotate |
| 2007-10-01 |
Versioning for 1.1.2b1.
|
file | diff | annotate |
| 2007-09-13 |
1.1.1
|
file | diff | annotate |
| 2007-09-13 |
Swedish, Dtch, and pt_BR updates
|
file | diff | annotate |
| 2007-09-13 |
info.nib files are indeed needed to maintain editability for GrowlInstallationPrompt-Carbon.nib, in any case. I can't maintain my own care level for file size to handle the hassle of deleting these.
|
file | diff | annotate |
| 2007-09-11 |
1.1.1b2, which should be the final beta of 1.1.1
|
file | diff | annotate |
| 2007-09-11 |
Unless someone really objects, I'm disabling the 'optimization' of nib files
|
file | diff | annotate |
| 2007-09-11 |
1.1.1b1
|
file | diff | annotate |
| 2007-09-10 |
Versioning trunk to 1.1.1svn
|
file | diff | annotate |
| 2007-09-07 |
Argh, need .plist for plutil
|
file | diff | annotate |
| 2007-09-07 |
Convert framework plists to xml1
|
file | diff | annotate |
| 2007-09-07 |
Update the Growl.framework and Growl-WithInstaller.framework plists in the makefile, too
|
file | diff | annotate |
| 2007-09-06 |
Micro-optimization: Use the existing environment variable PWD, rather than a subprocess to the pwd utility, to determine our working directory.
|
file | diff | annotate |
| 2007-09-06 |
The assertnochanges magic isn't compatible with a fully-parallel Makefile. To solve this, I've moved all the meat to a new Makefile named Real-Makefile.make, leaving only the assertion targets and all and all-withlocalchanges in the main Makefile. Thus, the main Makefile acts as a gatekeeper; it trampolines to the real Makefile if and only if the assertion in question is true.
|
file | diff | annotate |