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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user