diff options
author | Caroline Chao <[email protected]> | 2014-12-29 09:48:14 +0100 |
---|---|---|
committer | Caroline Chao <[email protected]> | 2015-01-05 08:16:52 +0100 |
commit | e2c92d9d1e978aacc6a541e175dbd9931ca3470f (patch) | |
tree | dbe612ec1f225f2b8b0df7c2b9e8b2300c0dc3dd /ios | |
parent | 7532b08dab5e3e205220ae6cb12ce6a221dc3848 (diff) |
(Version to use Qt 5.4.0)
And add required for iOS LSRequiresIPhoneOS key set to true.
Change-Id: I96826e15a25dc68d3cd792e7dcc02bcae5153f43
Reviewed-by: Richard Moe Gustavsen <[email protected]>
Diffstat (limited to 'ios')
-rw-r--r-- | ios/iosInfo.plist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ios/iosInfo.plist b/ios/iosInfo.plist index 48fd6f0..4b20d08 100644 --- a/ios/iosInfo.plist +++ b/ios/iosInfo.plist @@ -19,11 +19,13 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.3</string> + <string>1.4</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1.3</string> + <string>1.4</string> + <key>LSRequiresIPhoneOS</key> + <true/> <key>NOTE</key> <string>This file was generated by Qt/QMake.</string> <key>UIAppFonts</key> |