QuickLook Preview/Thumbnail version should match the app's version

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 <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
This commit is contained in:
Christian Lohmaier
2025-02-14 21:05:27 +01:00
parent b5e1580544
commit 41df8ca6cb
2 changed files with 4 additions and 4 deletions

View File

@@ -24,13 +24,13 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>@MACOSX_BUNDLE_SHORTVERSION@</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>@MACOSX_BUNDLE_VERSION@</string>
<key>LSMinimumSystemVersion</key>
<string>@MACOSX_DEPLOYMENT_TARGET@.0</string>
<key>DTXcodeBuild</key>

View File

@@ -24,13 +24,13 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>@MACOSX_BUNDLE_SHORTVERSION@</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>@MACOSX_BUNDLE_VERSION@</string>
<key>LSMinimumSystemVersion</key>
<string>@MACOSX_DEPLOYMENT_TARGET@.0</string>
<key>DTXcodeBuild</key>