aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2024-04-09 09:37:03 +0200
committerEike Ziller <eike.ziller@qt.io>2024-04-09 08:16:11 +0000
commitdd876dc4054b06638567afbdc3a849d56e99669d (patch)
treee1cb5d3cea94576d3f662046976fafe376b6dcac /doc/qtcreator
parent574ad7a4a20d03dbe5fcc668e9edb0c68bd7d955 (diff)
Doc: Adapt to removal of iOS Simulator management
Amends e8d6e4fc3412bd4bd3c4ae30421240eadbbb24c2 Change-Id: Ia3cc2388ded5643aaaa129e9d11da4ac28d6d008 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc/qtcreator')
-rw-r--r--doc/qtcreator/images/qtcreator-ios-preferences.pngbin51597 -> 0 bytes
-rw-r--r--doc/qtcreator/src/ios/creator-ios-dev.qdoc43
2 files changed, 6 insertions, 37 deletions
diff --git a/doc/qtcreator/images/qtcreator-ios-preferences.png b/doc/qtcreator/images/qtcreator-ios-preferences.png
deleted file mode 100644
index 935a528d6c..0000000000
--- a/doc/qtcreator/images/qtcreator-ios-preferences.png
+++ /dev/null
Binary files differ
diff --git a/doc/qtcreator/src/ios/creator-ios-dev.qdoc b/doc/qtcreator/src/ios/creator-ios-dev.qdoc
index d1e15e58b5..d9f17dc662 100644
--- a/doc/qtcreator/src/ios/creator-ios-dev.qdoc
+++ b/doc/qtcreator/src/ios/creator-ios-dev.qdoc
@@ -155,42 +155,11 @@
\image qtcreator-ios-simulator-deploy.png
The simulator is started automatically when you run the application.
- To start the simulator manually, select \uicontrol Preferences >
- \uicontrol Devices > \uicontrol iOS > \uicontrol Start.
-
- To take screenshots of the simulator, select \uicontrol Preferences >
- \uicontrol Devices > \uicontrol iOS > \uicontrol Screenshot. The screenshots
- are stored in the directory specified in the
- \uicontrol {Screenshot directory} field.
-
- \section2 Managing Simulators
-
- The available simulators are listed in \uicontrol Preferences >
- \uicontrol Devices > \uicontrol iOS.
-
- \image qtcreator-ios-preferences.png
-
- To create a new simulator instance:
-
- \list
-
- \li Select \uicontrol Create.
-
- \li In the \uicontrol {Device type} field, select the device type from
- a list of devices supported by the Xcode version set as current on
- your local machine.
-
- \li In the \uicontrol {OS version} field, select an OS version from a
- list of OS versions supported by the selected device and the current
- Xcode version.
-
- \endlist
-
- To rename the selected simulator, select \uicontrol Rename.
-
- To reset the contents and settings of the selected simulators, select
- \uicontrol Reset.
-
- To delete the selected simulator, select \uicontrol Delete.
+ To start the simulator manually, either start the Simulator application
+ directly with Spotlight, or go to \uicontrol Xcode > \uicontrol {Open Developer Tool}
+ in Xcode.
+ Manage the available simulator devices
+ \l{https://developer.apple.com/documentation/xcode/running-your-app-in-simulator-or-on-a-device/#Configure-the-list-of-simulated-devices}
+ {in Xcode}.
*/