Remove TODO
I can't come up with a better name; anything with Simulator or Device in it will be confused with the existing IOSSimulator/Device classes (which represent the running devices).
This commit is contained in:
committed by
Danny Tuppeny
parent
a43dfe2000
commit
3bb6b5e660
@@ -11,8 +11,6 @@ import '../emulator.dart';
|
||||
import '../globals.dart';
|
||||
import 'ios_workflow.dart';
|
||||
|
||||
// TODO(dantup): Is there a better name for this? We already have IOSSimulator classes
|
||||
// that represent *running* simulators, but this is about "unlaunched images"...
|
||||
class IOSEmulators extends EmulatorDiscovery {
|
||||
@override
|
||||
bool get supportsPlatform => platform.isMacOS;
|
||||
|
||||
Reference in New Issue
Block a user