summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2025-02-14 21:05:27 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2025-02-15 22:27:48 +0100
commit41df8ca6cb7ec210cf391ff27fce1a6eb36de33b (patch)
tree8e0f060cc3d58364b31ff2a1af521e25557a6c87 /extensions/source
parentb5e1580544194c77ac0214c90c23fa47447ef1d9 (diff)
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
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/macosx/quicklookpreview/appex/Info.plist.in4
-rw-r--r--extensions/source/macosx/quicklookthumbnail/appex/Info.plist.in4
2 files changed, 4 insertions, 4 deletions
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 @@
<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>
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 @@
<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>