From 41df8ca6cb7ec210cf391ff27fce1a6eb36de33b Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 14 Feb 2025 21:05:27 +0100 Subject: QuickLook Preview/Thumbnail version should match the app's version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit appstore verification complains about CFBundleVersion Mismatch / CFBundleShortVersionString Mismatch and while submissions aren't rejected yet "you may want to correct the following issues in your next delivery"… Change-Id: I19f7db194c1f027f91eb84100955f85cd0bfd545 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181681 Reviewed-by: Christian Lohmaier Tested-by: Jenkins --- extensions/source/macosx/quicklookpreview/appex/Info.plist.in | 4 ++-- extensions/source/macosx/quicklookthumbnail/appex/Info.plist.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/source') diff --git a/extensions/source/macosx/quicklookpreview/appex/Info.plist.in b/extensions/source/macosx/quicklookpreview/appex/Info.plist.in index 2010e8a1bca2..5892fae09fce 100644 --- a/extensions/source/macosx/quicklookpreview/appex/Info.plist.in +++ b/extensions/source/macosx/quicklookpreview/appex/Info.plist.in @@ -24,13 +24,13 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.0 + @MACOSX_BUNDLE_SHORTVERSION@ CFBundleSupportedPlatforms MacOSX CFBundleVersion - 1 + @MACOSX_BUNDLE_VERSION@ LSMinimumSystemVersion @MACOSX_DEPLOYMENT_TARGET@.0 DTXcodeBuild diff --git a/extensions/source/macosx/quicklookthumbnail/appex/Info.plist.in b/extensions/source/macosx/quicklookthumbnail/appex/Info.plist.in index 7ae631f1dc59..eb7366cdb294 100644 --- a/extensions/source/macosx/quicklookthumbnail/appex/Info.plist.in +++ b/extensions/source/macosx/quicklookthumbnail/appex/Info.plist.in @@ -24,13 +24,13 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.0 + @MACOSX_BUNDLE_SHORTVERSION@ CFBundleSupportedPlatforms MacOSX CFBundleVersion - 1 + @MACOSX_BUNDLE_VERSION@ LSMinimumSystemVersion @MACOSX_DEPLOYMENT_TARGET@.0 DTXcodeBuild -- cgit