summaryrefslogtreecommitdiffstats
path: root/src/multimedia/doc/src/platform-notes-apple.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/doc/src/platform-notes-apple.qdoc')
-rw-r--r--src/multimedia/doc/src/platform-notes-apple.qdoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/multimedia/doc/src/platform-notes-apple.qdoc b/src/multimedia/doc/src/platform-notes-apple.qdoc
new file mode 100644
index 000000000..a9bca07c2
--- /dev/null
+++ b/src/multimedia/doc/src/platform-notes-apple.qdoc
@@ -0,0 +1,19 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+\page qtmultimedia-apple.html
+\title Qt Multimedia on macOS and iOS
+\brief Platform notes for iOS
+
+This page covers the availability of Qt Multimedia features on iOS and macOS.
+
+\section1 Limitations
+
+Since Qt Multimedia for iOS uses the camera and microphone, the \c Info.plist
+assigned to QMAKE_INFO_PLIST in the project file must contain the keys
+\c NSCameraUsageDescription and \c NSMicrophoneUsageDescription. Otherwise, the
+application will abort on startup. See \l{Info.plist} documentation from Apple
+for more information regarding this key.
+
+*/