CMake: Remove NSHumanReadableCopyright from iOS Info.plist
The key only applies to macOS bundles. Also, qmake doesn't have it. Pick-to: 6.4 Task-number: QTBUG-95838 Change-Id: I438f0079cc7b74672dfbe956769138a8bb006669 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>bb10
parent
f16c7e15a2
commit
c81da821c4
|
|
@ -26,9 +26,6 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
|
||||
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
||||
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>${MACOSX_BUNDLE_ICON_FILE}</string>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue