An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/fromkk/Simulators.svg?branch=master)](https://travis-ci.org/fromkk/Simulators)

# Simulators

![simulators](./simulators.png)

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)