forked from qt-creator/qt-creator
ios: ensure that simulator is always redy to use
Change-Id: Idafe728642e8c0c0637b8793e912178fdc011aa0 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -49,6 +49,7 @@ IosSimulator::IosSimulator(Core::Id id, Utils::FileName simulatorPath)
|
|||||||
m_simulatorPath(simulatorPath)
|
m_simulatorPath(simulatorPath)
|
||||||
{
|
{
|
||||||
setDisplayName(QCoreApplication::translate("Ios::Internal::IosSimulator", "iOS Simulator"));
|
setDisplayName(QCoreApplication::translate("Ios::Internal::IosSimulator", "iOS Simulator"));
|
||||||
|
setDeviceState(DeviceReadyToUse);
|
||||||
}
|
}
|
||||||
|
|
||||||
IosSimulator::IosSimulator()
|
IosSimulator::IosSimulator()
|
||||||
@@ -65,6 +66,7 @@ IosSimulator::IosSimulator(const IosSimulator &other)
|
|||||||
: IDevice(other)
|
: IDevice(other)
|
||||||
{
|
{
|
||||||
setDisplayName(QCoreApplication::translate("Ios::Internal::IosSimulator", "iOS Simulator"));
|
setDisplayName(QCoreApplication::translate("Ios::Internal::IosSimulator", "iOS Simulator"));
|
||||||
|
setDeviceState(DeviceReadyToUse);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user