iOS simulator cli wrapper for h5, mini program debugging.
A desktop application that provides a convenient interface for managing iOS simulators and apps for H5 and mini program debugging.
- Install and manage Xcode command line tools
- Download and install iOS Simulators
- View and delete installed simulator runtimes
- Download and install test apps to simulators
- Interact with simulators via CLI wrapper
- Interact with apps via HTTP API for debugging
- Download the latest release for your platform
- Install and run the application
- Follow the setup wizard to install required dependencies
- Click "Install Xcode Toolchains" to install required command line tools
- Follow terminal prompts to complete installation
- Use "Download Simulator" to get the latest iOS simulator
- Click "Install Simulator" to install downloaded simulator packages
- View installed simulators and their status
- Delete unwanted simulator runtimes
- Download test apps using the provided buttons
- View downloaded apps in the app list
- Install apps to simulator with one click
- Debug apps via HTTP API (additional modification in app code is required)
- calling debug API from App directly. see HostOperation
- invoke universal link from App to simulator. see Apple UniversalLink
This app is built with:
- Tauri (Rust + TypeScript)
- React
- Arco Design UI Components
chmod +x ./init.sh
./init.sh
yarn
yarn dev
yarn tauri dev
yarn build
yarn tauri build-app-arm64 #for macos arm64
yarn tauri build-app-x64 #for macos x64
yarn tauri build-debug-app-arm64 #for macos arm64 debug
yarn tauri build-debug-app-x64 #for macos x64 debug
MIT License