summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideo/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/video/qmlvideo/Info.plist')
-rw-r--r--examples/multimedia/video/qmlvideo/Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/multimedia/video/qmlvideo/Info.plist b/examples/multimedia/video/qmlvideo/Info.plist
new file mode 100644
index 000000000..92908df4b
--- /dev/null
+++ b/examples/multimedia/video/qmlvideo/Info.plist
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleExecutable</key>
+ <string>qmlvideo</string>
+ <key>CFBundleIdentifier</key>
+ <string>io.qt.${PRODUCT_NAME:rfc1034identifier}</string>
+ <key>CFBundleDisplayName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>NSCameraUsageDescription</key>
+ <string>Qt Multimedia Example</string>
+</dict>
+</plist>