Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 698 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 698 Bytes

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