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 <alexandru.croitor@qt.io>
(cherry picked from commit 06513ce175f366674e4e8abc809a82646b5724ef)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tor Arne Vestbø 2021-11-01 12:52:57 +01:00 committed by Qt Cherry-pick Bot
parent c884bf138a
commit d0b6ac7cb9
2 changed files with 0 additions and 4 deletions

View File

@ -19,8 +19,6 @@
<key>CFBundleShortVersionString</key>
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
<key>CFBundleGetInfoString</key>
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
<key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>

View File

@ -22,8 +22,6 @@
<key>LSMinimumSystemVersion</key>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>CFBundleGetInfoString</key>
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
<key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>