sbalint / LoopWorkspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoopWorkspace

Clone

This repository uses git submodules to pull in the various workspace dependencies.

To clone this repo:

git clone --branch=<branch> --recurse-submodules https://github.com/LoopKit/LoopWorkspace

Replace <branch> with the initial LoopWorkspace repository branch you wish to checkout.

Open

Change to the cloned directory and open the workspace in Xcode:

cd LoopWorkspace
xed .

Build

Select the "Loop (Workspace)" scheme (not the "Loop" scheme) and Build, Run, or Test.

Image showing how to select the Loop (Workspace) scheme in Xcode

About