From 3cf1731fbf4413aea63bde15c3ae58f3bd3bcf67 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 17 Aug 2021 11:25:19 +0200 Subject: [PATCH] CMake: Remove deprecated CFBundleLongVersionString from Info.plist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CFBundleLongVersionString Info.plist entry has been deprecated and removed from Apple documentation for a long time now. Remove it. Task-number: QTBUG-95838 Change-Id: I4e4f74e00d678fd67875976c8884a80cdbb8cec4 Reviewed-by: Tor Arne Vestbø (cherry picked from commit ae6a8ddf45567c12bcb2e100756dcf9430010677) Reviewed-by: Qt Cherry-pick Bot --- cmake/ios/MacOSXBundleInfo.plist.in | 2 -- cmake/macos/MacOSXBundleInfo.plist.in | 2 -- 2 files changed, 4 deletions(-) diff --git a/cmake/ios/MacOSXBundleInfo.plist.in b/cmake/ios/MacOSXBundleInfo.plist.in index 6f322398cd7..07da0c65b05 100644 --- a/cmake/ios/MacOSXBundleInfo.plist.in +++ b/cmake/ios/MacOSXBundleInfo.plist.in @@ -18,8 +18,6 @@ ${MACOSX_BUNDLE_BUNDLE_VERSION} CFBundleShortVersionString ${MACOSX_BUNDLE_SHORT_VERSION_STRING} - CFBundleLongVersionString - ${MACOSX_BUNDLE_LONG_VERSION_STRING} CFBundleGetInfoString ${MACOSX_BUNDLE_INFO_STRING} diff --git a/cmake/macos/MacOSXBundleInfo.plist.in b/cmake/macos/MacOSXBundleInfo.plist.in index 99c314f4284..98e73171cb3 100644 --- a/cmake/macos/MacOSXBundleInfo.plist.in +++ b/cmake/macos/MacOSXBundleInfo.plist.in @@ -18,8 +18,6 @@ ${MACOSX_BUNDLE_BUNDLE_VERSION} CFBundleShortVersionString ${MACOSX_BUNDLE_SHORT_VERSION_STRING} - CFBundleLongVersionString - ${MACOSX_BUNDLE_LONG_VERSION_STRING} LSMinimumSystemVersion ${CMAKE_OSX_DEPLOYMENT_TARGET}