Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 854 Bytes

File metadata and controls

55 lines (43 loc) · 854 Bytes

ConnectIQ helper scripts

Install

Clone this repository to your home directory and run the create script in that directory.

git clone https://github.com/samuelmr/ciq-scripts ~/ciq-scripts
cd ~/ciq-scripts
./create-connectiq-shortcuts.sh

Usage

Create a new ConnectIQ app project

iqinit -t app MyAwesomeApp

Create a new ConnectIQ watch face project

iqinit -t face MyAwesomeWatchFace

Run current project in the default (fenix5plus) simulator

cd MyAwesomeApp
mc && md

Run current project in another simulator

CIQ_TARGET=marqcaptain
mc && md

Run current project's tests in the default simulator

mc -t && md -t

Another way to run tests

iqtest

Compile test releases for all devices

iqbeta

Compile a file to be uploaded to the ConnectIQ Store

iqcompile