From 22d453e104b5acd5737b8ada56ee037961bc4f1f Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 24 Aug 2022 17:38:58 +0200 Subject: [PATCH] CMake: Remove NSHumanReadableCopyright from iOS Info.plist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The key only applies to macOS bundles. Also, qmake doesn't have it. Task-number: QTBUG-95838 Change-Id: I438f0079cc7b74672dfbe956769138a8bb006669 Reviewed-by: Jörg Bornemann (cherry picked from commit c81da821c43a351578005737fcd21b5b903d728f) Reviewed-by: Qt Cherry-pick Bot --- cmake/ios/Info.plist.app.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/ios/Info.plist.app.in b/cmake/ios/Info.plist.app.in index 51bb857c006..abaf3418db5 100644 --- a/cmake/ios/Info.plist.app.in +++ b/cmake/ios/Info.plist.app.in @@ -26,9 +26,6 @@ CFBundleShortVersionString ${MACOSX_BUNDLE_SHORT_VERSION_STRING} - NSHumanReadableCopyright - ${MACOSX_BUNDLE_COPYRIGHT} - CFBundleIconFile ${MACOSX_BUNDLE_ICON_FILE}