https://github.com/fromkk/simulators
build and launch multi iOS simulators
https://github.com/fromkk/simulators
cli macos swift swift-4 swift4
Last synced: about 1 year ago
JSON representation
build and launch multi iOS simulators
- Host: GitHub
- URL: https://github.com/fromkk/simulators
- Owner: fromkk
- Created: 2018-05-24T11:52:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T09:31:12.000Z (over 6 years ago)
- Last Synced: 2025-03-24T01:35:10.097Z (about 1 year ago)
- Topics: cli, macos, swift, swift-4, swift4
- Language: Swift
- Homepage:
- Size: 1.05 MB
- Stars: 32
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/fromkk/Simulators)
# Simulators

build and launch multi iOS simulators
## Install
```bash
git clone https://github.com/fromkk/Simulators.git
cd ./Simulators
make install
```
## Usage
```bash
simulators [--project ] | [--workspace ] --scheme --bundleIdentifier --beforeClean --devices --osVersion --showBuildLog --language --locale
```
## Options
Key | Description
-----|--------------
project | set XXX.xcodeproj path
workspace | set XXX.xcworkspace path
scheme | set build scheme
bundleIdentifier | set bundleIdentifier
beforeClean | set if clean before build [true,false]
devices | set devices [iPhone SE,iPhone 7,iPhone 7 Plus,iPhone X,etc...]
osVersion | set OS versions [10.3,11.3,etc...]
showBuildLog | set if show build log [true,false]
language | set device language (e.g. ja_JP)
locale | set device region (e.g. ja_JP)