diff options
author | Richard Moe Gustavsen <richard.gustavsen@qt.io> | 2016-11-02 14:05:11 +0100 |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@qt.io> | 2016-11-02 14:08:32 +0000 |
commit | 4ff9a1bf81212a094f76a14ff1dc88a791d3ca6c (patch) | |
tree | a5b50ca1b806b41ab1278199cd74f3021e36a595 | |
parent | 9df63fd62e1932a7d650f8d99c2b92947a05a9f4 (diff) | |
download | qtmultimedia-4ff9a1bf81212a094f76a14ff1dc88a791d3ca6c.tar.gz |
iOS: add NSCameraUsageDescription to Info.plist for qmlvideofx
The 'NSCameraUsageDescription' key is needed
for the app to have access to the camera.
Change-Id: I8b98247993edd450772e5393551e4acb07dcf0a0
Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
-rw-r--r-- | examples/multimedia/video/qmlvideofx/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/multimedia/video/qmlvideofx/Info.plist b/examples/multimedia/video/qmlvideofx/Info.plist index 8fc242516..5fbe35f1c 100644 --- a/examples/multimedia/video/qmlvideofx/Info.plist +++ b/examples/multimedia/video/qmlvideofx/Info.plist @@ -26,5 +26,7 @@ <string>1.0</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>NSCameraUsageDescription</key> + <string>Qt Multimedia Example</string> </dict> </plist> |