iOS get devices/targets/simulators cleanup
Summary: ^ Reviewed By: passy Differential Revision: D48781211 fbshipit-source-id: 71133c07d15ca6a380d85e582d55cbdb192b5a19
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0045f15e2a
commit
3e8f94ceda
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user