summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensorsshowcase/Info.plist
diff options
context:
space:
mode:
authorTamas Martinec <tamas.martinec@symbio.com>2021-10-26 16:13:51 +0300
committerTamas Martinec <tamas.martinec@symbio.com>2021-11-12 10:34:41 +0200
commit851ec98b341ed8ad67caac32653178e0bb189bfe (patch)
treee86ed84282f29ccea76b64e704ab2d549fa3fb0a /examples/sensors/sensorsshowcase/Info.plist
parente49df5b12669b9ac754e2e1dd363e6797c7df0ba (diff)
QtSensors: Create a sensors showcase example
Create an example that demonstrates the sensor module sensors more visually than just displaying the sensor reading values. Pick-to: 6.2 Task-number: QTBUG-72329 Change-Id: I7383722124c3aae333cf9218613d7001c9d04690 Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi>
Diffstat (limited to 'examples/sensors/sensorsshowcase/Info.plist')
-rw-r--r--examples/sensors/sensorsshowcase/Info.plist32
1 files changed, 32 insertions, 0 deletions
diff --git a/examples/sensors/sensorsshowcase/Info.plist b/examples/sensors/sensorsshowcase/Info.plist
new file mode 100644
index 00000000..61d01e5a
--- /dev/null
+++ b/examples/sensors/sensorsshowcase/Info.plist
@@ -0,0 +1,32 @@
+<?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>CFBundleDisplayName</key>
+ <string>sensorsshowcase</string>
+ <key>CFBundleExecutable</key>
+ <string>sensorsshowcase</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Created by Qt/QMake</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.qt.sensorsshowcase</string>
+ <key>CFBundleName</key>
+ <string>sensorsshowcase</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>UILaunchStoryboardName</key>
+ <string>LaunchScreen</string>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ </array>
+</dict>
+</plist>