https://github.com/muukii/simctl
Desktop Application Control Xcode's Simulator
https://github.com/muukii/simctl
ios xcode
Last synced: 12 months ago
JSON representation
Desktop Application Control Xcode's Simulator
- Host: GitHub
- URL: https://github.com/muukii/simctl
- Owner: muukii
- Created: 2017-12-23T12:41:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T04:57:39.000Z (about 6 years ago)
- Last Synced: 2025-02-10T20:31:41.126Z (about 1 year ago)
- Topics: ios, xcode
- Language: JavaScript
- Homepage:
- Size: 939 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simctl
Controller for Simulator of Xcode with `xcrun simctl`

#### Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
```
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[1c165f7](https://github.com/SimulatedGREG/electron-vue/tree/1c165f7c5e56edaf48be0fbb70838a1af26bb015) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).