Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muukii/simctl
Desktop Application Control Xcode's Simulator
https://github.com/muukii/simctl
ios xcode
Last synced: 4 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T04:57:39.000Z (about 5 years ago)
- Last Synced: 2024-12-18T15:49:41.093Z (about 2 months 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).