summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideofx/Info.plist
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-04-14 18:36:40 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-18 20:10:23 +0200
commit4c8284de46052970de001c5c9b96c4fa365f89b4 (patch)
tree6472dde8f00634b02256bfc0650ee984acc3e3ec /examples/multimedia/video/qmlvideofx/Info.plist
parentaf73d55efffa1dca928038cd4f392eb7def7c7e1 (diff)
Rework qmlvideofx example
Task-number: QTBUG-38121 Change-Id: If06ba6ce2c66b4d735baaeb56e004861c62ea533 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Diffstat (limited to 'examples/multimedia/video/qmlvideofx/Info.plist')
-rw-r--r--examples/multimedia/video/qmlvideofx/Info.plist30
1 files changed, 30 insertions, 0 deletions
diff --git a/examples/multimedia/video/qmlvideofx/Info.plist b/examples/multimedia/video/qmlvideofx/Info.plist
new file mode 100644
index 000000000..8fc242516
--- /dev/null
+++ b/examples/multimedia/video/qmlvideofx/Info.plist
@@ -0,0 +1,30 @@
+<?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>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+ <key>UIInterfaceOrientation</key>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleExecutable</key>
+ <string>qmlvideofx</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.digia.${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>
+</dict>
+</plist>