iOS: Add missing LSRequiresIPhoneOS field to Info.plist

This field specifies whether the app is an iOS app.

Change-Id: I38cfcbec97b32f517a14a9a34f1eb871b9fa1ef7
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
This commit is contained in:
Caroline Chao 2014-09-22 11:21:08 +02:00 committed by Richard Moe Gustavsen
parent 55bd24e961
commit 8f7c27d96b

View File

@ -22,6 +22,8 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
</dict>