Simulators icon indicating copy to clipboard operation
Simulators copied to clipboard

build and launch multi iOS simulators

Build Status

Simulators

simulators

build and launch multi iOS simulators

Install

git clone https://github.com/fromkk/Simulators.git
cd ./Simulators
make install

Usage

simulators [--project <project>] | [--workspace <workspace>] --scheme <scheme> --bundleIdentifier <bundleIdentifier> --beforeClean <beforeClean> --devices <devices> --osVersion <osVersion> --showBuildLog <showBuildLog> --language <language> --locale <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)