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