All Projects → fromkk → Simulators

fromkk / Simulators

build and launch multi iOS simulators

Programming Languages

swift
15916 projects
swift4
162 projects

Labels

Projects that are alternatives of or similar to Simulators

Todoist
Todoist CLI Client. I ❤️ Todoist and CLI.
Stars: ✭ 940 (+2932.26%)
Mutual labels:  cli
Jplot
iTerm2 expvar/JSON monitoring tool
Stars: ✭ 949 (+2961.29%)
Mutual labels:  cli
Libcmdf
Single-header library for writing CLI applications in C/C++
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli
Horrible Downloader
horriblesubs.info python API and CLI
Stars: ✭ 28 (-9.68%)
Mutual labels:  cli
Typac
install npm packages along with corresponding typings
Stars: ✭ 29 (-6.45%)
Mutual labels:  cli
Camoco
Camoco is a fully-fledged software package for building co-expression networks and analyzing the overlap interactions among genes.
Stars: ✭ 29 (-6.45%)
Mutual labels:  cli
Durt
Command line tool for calculating the size of files and directories
Stars: ✭ 27 (-12.9%)
Mutual labels:  cli
Ignr.py
Python-based command line client to download .gitignore templates from gitignore.io
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli
Mako
A lightweight Wayland notification daemon
Stars: ✭ 944 (+2945.16%)
Mutual labels:  cli
Mber
Fast and minimal Ember.js CLI alternative, without broccoli.
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli
Nexrender
📹 Data-driven render automation for After Effects
Stars: ✭ 946 (+2951.61%)
Mutual labels:  cli
Yb
A new build tool optimized for local + remote development
Stars: ✭ 29 (-6.45%)
Mutual labels:  cli
Wait4x
Wait4X is a cli tool to wait for everything! It can be wait for a port to open or enter to rquested state.
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli
Todo r
Find all your TODO notes with one command!
Stars: ✭ 28 (-9.68%)
Mutual labels:  cli
Rispa Cli
Modular project management
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli
Bashmultitool
A library for bash shell program containing useful functions. Can be imported into scripts to create colourful and functional scripts and TUIs.
Stars: ✭ 27 (-12.9%)
Mutual labels:  cli
Show Down
Command line utility to download latest episodes of TV show just by typing name of show. Also we can schedule to automatically download latest episodes of TV shows.
Stars: ✭ 29 (-6.45%)
Mutual labels:  cli
Wfw
command-line interface for Workflowy
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli
Hint
重构到 ---> https://github.com/hustcc/lint-md
Stars: ✭ 30 (-3.23%)
Mutual labels:  cli
Coronavirus Tracker Cli
Track conronavirus cases from command line. curl https://corona-stats.online/
Stars: ✭ 954 (+2977.42%)
Mutual labels:  cli

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].