summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-10 01:28:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-10 01:28:54 +0000
commit7d65551292f31db9a9c9216f6812f3b919485187 (patch)
tree8d8e48e9a828779e462a302935f39de7554ce077 /tools
parentb96f89355e1c69ba5a52300238310562923bc14b (diff)
OSX packaging tweaks
git-svn-id: svn://localhost/ardour2/branches/3.0@10519 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rw-r--r--tools/osx_packaging/Resources/InfoPlist.strings4
-rwxr-xr-xtools/osx_packaging/osx_build1
-rw-r--r--tools/osx_packaging/typeArdour.icnsbin0 -> 12229 bytes
3 files changed, 3 insertions, 2 deletions
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
--- /dev/null
+++ b/tools/osx_packaging/typeArdour.icns
Binary files differ