From 6bcec5f82091c860e1625bdc68b0ee4075e84046 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 18 Dec 2007 20:54:46 +0000 Subject: new LocateRollLocate event, used to implement play-at-edit-point-and-return; other fixes from the OS X world git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2792 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/Info.plist.in | 2 +- tools/osx_packaging/osx_build | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/osx_packaging/Info.plist.in b/tools/osx_packaging/Info.plist.in index a0cfb76155..7038de6938 100644 --- a/tools/osx_packaging/Info.plist.in +++ b/tools/osx_packaging/Info.plist.in @@ -23,7 +23,7 @@ CFBundleExecutable Ardour2 CFBundleGetInfoString - Ardour @VERSION@ Copyright 2007 Paul Davis + @INFOSTRING@ CFBundleIconFile appIcon.icns CFBundleIdentifier diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 19ff79fef7..fdd7aaac3e 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -23,6 +23,8 @@ done version=`grep -m 1 '^ardour_version' ../../SConstruct | cut -d' ' -f 3 | sed "s/'//g"` echo "Version is $version" +info_string="$version built on `hostname` by `whoami` on `date`" +echo "Info string is $info_string" # setup directory structure @@ -79,7 +81,9 @@ fi env="LSEnvironmentARDOUR_BUNDLEDtrue$env" # edit plist -sed -e "s?@ENV@?$env?g" -e "s?@VERSION@?$version?g" < Info.plist.in > Info.plist +sed -e "s?@ENV@?$env?g" \ + -e "s?@VERSION@?$version?g" \ + -e "s?@INFOSTRING@?$info_string?g" < Info.plist.in > Info.plist # copy static files -- cgit v1.2.3