forked from qt-creator/qt-creator
ios: make device simulated configurable in runconfiguration
Change-Id: I54bcbd7f2142ab95618005f1f108a122bfe18d32 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -34,16 +34,19 @@
|
||||
namespace Ios {
|
||||
namespace Internal {
|
||||
|
||||
enum IosQemuStatus {
|
||||
IosQemuStarting,
|
||||
IosQemuFailedToStart,
|
||||
IosQemuFinished,
|
||||
IosQemuCrashed,
|
||||
IosQemuUserReason
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
namespace IosDeviceType {
|
||||
enum Enum {
|
||||
IosDevice,
|
||||
SimulatedIphone,
|
||||
SimulatedIpad,
|
||||
SimulatedIphoneRetina4Inch,
|
||||
SimulatedIphoneRetina3_5Inch,
|
||||
SimulatedIpadRetina
|
||||
};
|
||||
}
|
||||
|
||||
namespace Constants {
|
||||
const char IOS_SETTINGS_ID[] = "ZZ.Ios Configurations";
|
||||
const char IOS_SETTINGS_CATEGORY[] = "XA.Ios";
|
||||
|
||||
Reference in New Issue
Block a user