From b640a1343bb73f0c36a316f42847de5d61c156e3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 4 Aug 2016 09:17:20 +0300 Subject: Introduce --with-product-name superseding --with-macosx-app-name The new option thoroughly replaces the product name mentioned in the AC_INIT() call. Work in progress. Also take care of spaces in the product name in a more systematic fashion. This should affect mainly OS X where the final app bundle that is installed should use the product name as such, including spaces, if any. However, our build system does not cope that well with having an app bundle with spaces in it in instdir. So in instdir, and also in test-install, spaces are stripped away from the product name when used as part of the app bundle name. Change-Id: Ic16b5039f23c96a4f39387a1869faeb25e05aafb --- sysui/desktop/macosx/Info.plist.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysui/desktop') diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index bd10c26b2ed7..75980deef9e6 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1828,7 +1828,7 @@ CFBundleExecutable soffice CFBundleGetInfoString - @MACOSX_APP_NAME@ @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@.@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@ + @PRODUCTNAME@ @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@.@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@ CFBundleIconFile main.icns CFBundleShortVersionString @@ -1840,7 +1840,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - @MACOSX_APP_NAME@ + @PRODUCTNAME@ CFBundlePackageType APPL CFBundleSignature -- cgit