@scout-mobile/platform-ios
v0.2.3
Published
iOS Simulator platform adapter for Scout — xcrun simctl and idb integration
Maintainers
Readme
@scout-mobile/platform-ios
iOS Simulator platform adapter for Scout. Wraps xcrun simctl and idb to provide device boot, app install/launch, screenshots, gestures, and accessibility inspection.
Install
npm install @scout-mobile/platform-iosRequirements
- macOS
- Xcode with iOS Simulator
- idb for tap, swipe, text input, and accessibility tree
Usage
This package is used internally by @scout-mobile/core. You generally don't need to install it directly unless building a custom adapter.
import { IosPlatformAdapter } from '@scout-mobile/platform-ios';License
AGPL-3.0 -- see LICENSE.
Part of the scout-mobile monorepo.
