permissions: Add note about specifying custom Info.plists

Pick-to: 6.7
Change-Id: I468e93c12b5ae2c51a2690c6f171c3aac76c2c31
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 306847d4a3ebfded9480b35954adc90a1cbc98a7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tor Arne Vestbø 2024-06-07 19:39:37 +02:00 committed by Qt Cherry-pick Bot
parent c08c615107
commit 0ad536d65c

View File

@ -85,7 +85,8 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg);
\target apple-usage-description \target apple-usage-description
Each permission you request must be accompanied by a so called Each permission you request must be accompanied by a so called
\e {usage description} string in the application's \c Info.plist \e {usage description} string in the application's
\l{Information Property List Files}{\c Info.plist}
file, describing why the application needs to access the given file, describing why the application needs to access the given
permission. For example: permission. For example:
@ -97,6 +98,10 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg);
The relevant usage description keys are described in the documentation The relevant usage description keys are described in the documentation
for each permission type. for each permission type.
To ensure the relevant permission backend is included with your
application, please \l{Information Property List Files}
{point the build system to your custom \c Info.plist}.
\sa {Information Property List Files}. \sa {Information Property List Files}.
\section3 Android \section3 Android