MCPcopy
hub / github.com/mobile-next/mobile-mcp / Simulator

Interface Simulator

src/iphone-simulator.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { validatePackageName, validateLocale } from "./utils";
10
11export interface Simulator {
12 name: string;
13 uuid: string;
14 state: string;
15}
16
17interface AppInfo {
18 ApplicationType: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected