| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A command-line tool for iOS simulator and virtual machine management.
git clone https://github.com/mastersam07/simctl-plus.git
cd simctl-plus./sign.shcp .build/release/simctl-plus /usr/local/bin/List available simulators:
simctl-plus simulator listBoot a simulator:
simctl-plus simulator boot <device-id>Install an app:
simctl-plus simulator install <device-id> <app-path>Generate diagnostics:
simctl-plus simulator diagnose <device-id>Create a new VM:
simctl-plus vm create --name my-vm --memory 4 --cpu 2Start a VM:
simctl-plus vm start my-vmList VMs:
simctl-plus vm listContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |