/Workspace

Xcode workspace which includes most repositories

Mozilla Public License 2.0MPL-2.0

Workspace

Pre-fab Xcode workspace for open-trackers projects.

This is optional. You can always set up your own Xcode workspace independently.

Setup

Clone all the repositories (including Workspace) at the same level in your project directory. A script can be handy

#!/bin/bash

for x in \
  Daily-Calorie-Tracker-Plus-App  \
  Daily-Calorie-Tracker-Watch-App \
  DcaltLib \
  DcaltUI \
  GroutLib \
  GroutUI \
  Gym-Routine-Tracker-Plus-App \
  Gym-Routine-Tracker-Watch-App \
  Task-Routine-Tracker-Plus-App \
  Task-Routine-Tracker-Watch-App \
  TrackerLib \
  TrackerUI \
  TroutLib \
  TroutUI \
  Workspace \
  open-trackers.github.io \
  .github
do
  git clone https://github.com/open-trackers/$x.git
done

It should then look something like this:

$ ls -a1

.github
Daily-Calorie-Tracker-Plus-App
Daily-Calorie-Tracker-Watch-App
DcaltLib
DcaltUI
GroutLib
GroutUI
Gym-Routine-Tracker-Plus-App
Gym-Routine-Tracker-Watch-App
Task-Routine-Tracker-Plus-App
Task-Routine-Tracker-Watch-App
TrackerLib
TrackerUI
TroutLib
TroutUI
Workspace
open-trackers.github.io

Then you can open the workspace with:

$ open Workspace/open_trackers.xcworkspace

License

Copyright 2023 OpenAlloc LLC

All application code is licensed under the Mozilla Public License 2, except where noted in individual modules.