Limrun iOS Simulator
Interact with an app running on a Limrun cloud iOS simulator, from any
environment (Linux, Windows, macOS, VM, container). This skill is build-agnostic:
it assumes the app was already built and installed by a build skill
(
limrun-xcode-bazel
for Bazel,
limrun-xcode
for xcodebuild). Keep build
concerns in those skills; this one is about driving the running simulator.
Never use local Xcode, local simulators, or local macOS tools.
Auth and CLI
Install if needed:
npm install --global lim
. Auth is
lim login
or
LIM_API_KEY
(it may be set outside the project, so don't ask for it just
because it's missing from
.env
or the shell). The CLI is the source of truth:
the commands in this skill are verified, but if a flag errors or you need one
not shown here, check
lim ios
limrun-ios-simulator
安装
npx skills add https://github.com/limrun-inc/skills --skill limrun-ios-simulator