public function __construct()
 {
     parent::__construct();
     $this->launcher = "emulator";
     $this->avd = "default";
     $this->pathToAdb = "adb";
     $this->timeToLive = 240;
     $this->emulatorPort = 5554;
 }
 public function __construct()
 {
     parent::__construct();
     $this->appName = null;
     $this->launcher = "/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app/Contents/MacOS/iPhone Simulator";
 }