diff options
author | Richard Moe Gustavsen <richard.gustavsen@theqtcompany.com> | 2014-11-25 15:29:36 +0100 |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@theqtcompany.com> | 2015-04-27 11:40:45 +0000 |
commit | b3d8627436df90b237b70fe00575dfdc92c8404d (patch) | |
tree | 09ea2a97908bf915c39a7422c623368cf25d34f1 /examples/sensors | |
parent | cbd16183528d6e6127891801048dc16014d26ae5 (diff) | |
download | qtsensors-b3d8627436df90b237b70fe00575dfdc92c8404d.tar.gz |
iOS: update Info.plist so that app runsv5.5.0-beta1
Some extra fields added, and some removed, so that the app runs
on device. Also added iPhone6/6+ support.
Change-Id: I7e2d0337a162a45f1ba37f16ad8ef902b61c7719
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
Diffstat (limited to 'examples/sensors')
-rw-r--r-- | examples/sensors/accelbubble/Info.plist | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/examples/sensors/accelbubble/Info.plist b/examples/sensors/accelbubble/Info.plist index 82e9bff..9072545 100644 --- a/examples/sensors/accelbubble/Info.plist +++ b/examples/sensors/accelbubble/Info.plist @@ -14,19 +14,18 @@ <string>accelbubble</string> <key>CFBundlePackageType</key> <string>APPL</string> - <key>CFBundleResourceSpecification</key> - <string>ResourceRules.plist</string> <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>1.0</string> - <key>UIDeviceFamily</key> - <array> - <integer>1</integer> - <integer>2</integer> - </array> + <key>LSRequiresIPhoneOS</key> + <true/> + <key>NOTE</key> + <string>This file was generated by Qt/QMake.</string> + <key>UILaunchStoryboardName</key> + <string>LaunchScreen</string> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> |