From d0b6ac7cb91f91c76d29c381263ba65ddc0e4b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 1 Nov 2021 12:52:57 +0100 Subject: Remove CFBundleGetInfoString from CMake Info.plist templates It's been deprecated since Mac OS X 10.5. qmake templates fixed in 0768a28fbfe4c7227182b6b4b7cacbc6772c54f4. Task-number: QTBUG-74872 Change-Id: If7d988f27f07b6fa095b2ea51a87c306361d63d1 Reviewed-by: Alexandru Croitor (cherry picked from commit 06513ce175f366674e4e8abc809a82646b5724ef) Reviewed-by: Qt Cherry-pick Bot --- cmake/ios/MacOSXBundleInfo.plist.in | 2 -- cmake/macos/MacOSXBundleInfo.plist.in | 2 -- 2 files changed, 4 deletions(-) (limited to 'cmake') diff --git a/cmake/ios/MacOSXBundleInfo.plist.in b/cmake/ios/MacOSXBundleInfo.plist.in index 07da0c65b0..616abe9f10 100644 --- a/cmake/ios/MacOSXBundleInfo.plist.in +++ b/cmake/ios/MacOSXBundleInfo.plist.in @@ -19,8 +19,6 @@ CFBundleShortVersionString ${MACOSX_BUNDLE_SHORT_VERSION_STRING} - CFBundleGetInfoString - ${MACOSX_BUNDLE_INFO_STRING} NSHumanReadableCopyright ${MACOSX_BUNDLE_COPYRIGHT} diff --git a/cmake/macos/MacOSXBundleInfo.plist.in b/cmake/macos/MacOSXBundleInfo.plist.in index 98e73171cb..2ead02b7d5 100644 --- a/cmake/macos/MacOSXBundleInfo.plist.in +++ b/cmake/macos/MacOSXBundleInfo.plist.in @@ -22,8 +22,6 @@ LSMinimumSystemVersion ${CMAKE_OSX_DEPLOYMENT_TARGET} - CFBundleGetInfoString - ${MACOSX_BUNDLE_INFO_STRING} NSHumanReadableCopyright ${MACOSX_BUNDLE_COPYRIGHT} -- cgit v1.2.3