summaryrefslogtreecommitdiffstats
path: root/cmake/ios
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-08-17 11:25:19 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-17 20:21:19 +0000
commit3cf1731fbf4413aea63bde15c3ae58f3bd3bcf67 (patch)
tree3bced0199678685c6251129a398b7e35ea0eeedb /cmake/ios
parent889e7f50036b146648fdfe592a1b73c3bd2330de (diff)
CMake: Remove deprecated CFBundleLongVersionString from Info.plist
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ø <tor.arne.vestbo@qt.io> (cherry picked from commit ae6a8ddf45567c12bcb2e100756dcf9430010677) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake/ios')
-rw-r--r--cmake/ios/MacOSXBundleInfo.plist.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/ios/MacOSXBundleInfo.plist.in b/cmake/ios/MacOSXBundleInfo.plist.in
index 6f322398cd..07da0c65b0 100644
--- a/cmake/ios/MacOSXBundleInfo.plist.in
+++ b/cmake/ios/MacOSXBundleInfo.plist.in
@@ -18,8 +18,6 @@
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
<key>CFBundleShortVersionString</key>
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
- <key>CFBundleLongVersionString</key>
- <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
<key>CFBundleGetInfoString</key>
<string>${MACOSX_BUNDLE_INFO_STRING}</string>