summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-01-19 12:00:11 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-27 11:50:12 +0000
commit7c3a08dd2467428f686fe0f7d1ed3eb2b25b56c9 (patch)
treeb86ba5a909469e855be3c467b338051fd4b9ce8e
parentc70f4a0794056a0975eda5b6ca18da9399e58b3d (diff)
downloadqtdoc-7c3a08dd2467428f686fe0f7d1ed3eb2b25b56c9.tar.gz
Doc: Replace archived external link
Fixes: QTBUG-110281 Change-Id: I321e5a2a5f5ebbeef290163ee67e7be3bd81fbf4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 245101170374e38e3f5f312cb9aa684887c2c114) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/ios.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/platforms/ios.qdoc b/doc/src/platforms/ios.qdoc
index 50519bc5..f45263e5 100644
--- a/doc/src/platforms/ios.qdoc
+++ b/doc/src/platforms/ios.qdoc
@@ -302,8 +302,8 @@
\target Info.plist
\section2 Information Property List Files
- Information property list file (Info.plist) on iOS and \macos is used for configuring
- an application bundle. These configuration settings include:
+ Information property list file (Info.plist) on iOS and \macos is used for
+ configuring an application bundle. These configuration settings include:
\list
\li Application display name and identifier
@@ -312,7 +312,8 @@
\li Icons and launch images
\endlist
- See the documentation on \l {https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Introduction/Introduction.html}
+ See the documentation on
+ \l {https://developer.apple.com/documentation/bundleresources/information_property_list}
{Information Property List File} in iOS Developer Library for details.
\section3 Info.plist with CMake