Skip to content

Commit f780bbf

Browse files
authored
Merge pull request #3582 from ann0see/iOS/addQtMultimediaCameraNote
Add hint for why camera access is needed on iOS
2 parents 630dfe9 + c0c2fa8 commit f780bbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/autobuild/ios.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ 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
60+
# We do not need camera permissions, but AppStore Connect needs a description even if we never request for it.
61+
# See the Info.plist file in the iOS build.
62+
5963
if [[ ! "${QT_VERSION}" =~ 5\.[0-9]+\.[0-9]+ ]]; then
6064
# From Qt6 onwards, qtmultimedia is a module and cannot be installed
6165
# as an archive anymore.

0 commit comments

Comments
 (0)