OSX packaging tweaks

git-svn-id: svn://localhost/ardour2/branches/3.0@10519 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-10 01:28:54 +00:00
parent b96f89355e
commit 7d65551292
3 changed files with 3 additions and 2 deletions

View File

@ -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.";

View File

@ -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

Binary file not shown.