summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2016-09-26 16:23:34 +0200
committerAlex Blasche <alexander.blasche@qt.io>2016-09-29 09:22:42 +0000
commit59871d2f3bdc1297696ad938fa79d891f086d8e9 (patch)
tree8c712d6db3cfee66f7d46b24912ccb788ab35991
parentf822f0944a5bc6710df173f3fec67ae1e364ab85 (diff)
downloadqtdoc-59871d2f3bdc1297696ad938fa79d891f086d8e9.tar.gz
Remove claim we support iOS 5.0
Removed the explicit mentioning of 5.0 and replaced it with a link to the official list of supported platforms. This reduces the risk of forgetting left over version indications. The same treatment was given to the device list. We only mention the general type of device from now on. The assumption is that both conditions together, device type and minimum OS version, will define the list of supported devices. Change-Id: Ia9f318ad1f1952025e3736589749943193172d86 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--doc/src/platforms/ios.qdoc13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/src/platforms/ios.qdoc b/doc/src/platforms/ios.qdoc
index 44f056cc..187bccca 100644
--- a/doc/src/platforms/ios.qdoc
+++ b/doc/src/platforms/ios.qdoc
@@ -42,15 +42,14 @@
using either Xcode or Qt Creator. We will look at that in more
detail in the next section.
- The minimum deployment target for Qt applications is iOS 5.0. Qt
- then supports the following devices (iOS might need to be upgraded
- on some devices).
+ The minimum deployment target for Qt applications is specified in
+ \l {Supported Platforms}. Qt then supports the following device types
+ (iOS might need to be upgraded on some devices).
\list
- \li iPhone 3GS and later
- \li iPod Touch third and later generations
- \li iPad 2 and later
- \li iPad Mini
+ \li iPhone
+ \li iPod Touch
+ \li iPad
\endlist
\section2 Setting Up the Development Environment