iOS get devices/targets/simulators cleanup

Summary: ^

Reviewed By: passy

Differential Revision: D48781211

fbshipit-source-id: 71133c07d15ca6a380d85e582d55cbdb192b5a19
This commit is contained in:
Lorenzo Blasa
2023-08-30 04:24:05 -07:00
committed by Facebook GitHub Bot
parent 0045f15e2a
commit 3e8f94ceda
9 changed files with 170 additions and 180 deletions

View File

@@ -496,7 +496,7 @@ export class FlipperServerImpl implements FlipperServer {
},
'ios-launch-simulator': async (udid) => {
assertNotNull(this.ios);
return this.ios.simctlBridge.launchSimulator(udid);
return this.ios.launchSimulator(udid);
},
'ios-idb-kill': async () => {
assertNotNull(this.ios);