diff --git a/devices/simulator.go b/devices/simulator.go index 2a9f452..433566e 100644 --- a/devices/simulator.go +++ b/devices/simulator.go @@ -215,7 +215,6 @@ func (s SimulatorDevice) LaunchAppWithEnv(bundleID string, env map[string]string return nil } - func (s SimulatorDevice) LaunchApp(bundleID string, locales []string) error { args := []string{"launch", s.UDID, bundleID} if len(locales) > 0 {