iOS: Add UI for simulator device management

UI under devices tab to enable iOS simulator device management

Task-number: QTCREATORBUG-17602
Change-Id: I66dbf57f07dac107c253518ded5ffd78b8ce4555
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Vikas Pachdha
2017-01-27 11:00:20 +01:00
parent 4ab18cde0e
commit 18638d5560
17 changed files with 1386 additions and 65 deletions

View File

@@ -113,6 +113,8 @@ public:
static void initialize();
static bool ignoreAllDevices();
static void setIgnoreAllDevices(bool ignoreDevices);
static void setScreenshotDir(const Utils::FileName &path);
static Utils::FileName screenshotDir();
static Utils::FileName developerPath();
static QVersionNumber xcodeVersion();
static Utils::FileName lldbPath();
@@ -135,6 +137,7 @@ private:
void loadProvisioningData(bool notify = true);
Utils::FileName m_developerPath;
Utils::FileName m_screenshotDir;
QVersionNumber m_xcodeVersion;
bool m_ignoreAllDevices;
QFileSystemWatcher *m_provisioningDataWatcher = nullptr;