Skip to content

Commit cc90bcd

Browse files
committed
Add hint for why camera access is needed on iOS
1 parent 630dfe9 commit cc90bcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/autobuild/ios.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ setup() {
5656
pip install "aqtinstall==${AQTINSTALL_VERSION}"
5757
# Install actual ios Qt:
5858
local qtmultimedia=()
59+
# qtmultimedia requests camera and microphone permissions: https://doc.qt.io/qt-6.5/qtmultimedia-apple.html We do not need camera permissions, but
60+
# AppStore Connect needs a description even if we never request for it. See the Info.plist file in the iOS build.
5961
if [[ ! "${QT_VERSION}" =~ 5\.[0-9]+\.[0-9]+ ]]; then
6062
# From Qt6 onwards, qtmultimedia is a module and cannot be installed
6163
# as an archive anymore.

0 commit comments

Comments
 (0)