From: Paul Davis Date: Thu, 10 Nov 2011 01:28:54 +0000 (+0000) Subject: OSX packaging tweaks X-Git-Tag: 3.0-beta1~87 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=7d65551292f31db9a9c9216f6812f3b919485187;p=ardour.git OSX packaging tweaks git-svn-id: svn://localhost/ardour2/branches/3.0@10519 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/tools/osx_packaging/Resources/InfoPlist.strings b/tools/osx_packaging/Resources/InfoPlist.strings index 83e60ac987..06ac351003 100644 --- a/tools/osx_packaging/Resources/InfoPlist.strings +++ b/tools/osx_packaging/Resources/InfoPlist.strings @@ -1,4 +1,4 @@ CFBundleName = "Ardour3"; -CFBundleShortVersionString = "3.0/10446"; -CFBundleGetInfoString = "Ardour3 v 3.0/10446 Copyright 2001-2008 Paul Davis"; +CFBundleShortVersionString = "3.0/10489"; +CFBundleGetInfoString = "Ardour3 v 3.0/10489 Copyright 2001-2011 Paul Davis"; NSHumanReadableCopyright = "Copyright 2001-20011 Paul Davis."; diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 4d5ef3ccc0..e3122c31e2 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -231,6 +231,7 @@ elif test x$MIXBUS != x ; then else cp Ardour3.icns $Resources/appIcon.icns fi +cp typeArdour.icns $Resources/ if test x$STRIP != x ; then strip $APPROOT/MacOS/Ardour3 fi diff --git a/tools/osx_packaging/typeArdour.icns b/tools/osx_packaging/typeArdour.icns new file mode 100644 index 0000000000..0184b8ef82 Binary files /dev/null and b/tools/osx_packaging/typeArdour.icns differ