Skip to content

Xcode workspace which includes most repositories

License

Notifications You must be signed in to change notification settings

open-trackers/Workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Xcode workspace which includes most repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published